IPC: interprocess communications
IPC: interprocess communications
- Subject: IPC: interprocess communications
- From: Matt Jaffa <email@hidden>
- Date: Sun, 7 Dec 2003 01:31:19 -0700
Ok,
I wrote this KEXT, a NKE, and I want to communicate with this daemon
that i will have running, so that the daemon can do all the reading and
writing to files since it is not smart to do it in the kernel,
How do I communicate between the two, I know that if you match the KEXT
from within the daemon you can call the KEXT methods, but is there any
way that the KEXT can start the communication. I have tried using
mach_msg within the KEXT, when i compile it, everything is fine, but
when i try to load the KEXT it says it cant load because it can't find
_mach_msg ->> which means it can't link it right at load time.
Any suggestions?
Thanks
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.