Re: Process exit notifcation in a kext
Re: Process exit notifcation in a kext
- Subject: Re: Process exit notifcation in a kext
- From: Dave Keck <email@hidden>
- Date: Wed, 16 Jun 2010 01:48:23 -1000
kqueue/kevent is a user-level API and cannot be used from the kernel;
I suggest creating a user-level daemon or agent which can access these
APIs, and have it communicate with your kext via a kernel control
socket (or IOUserClient if you're writing an IOKit kext.)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden