I'm trying to play around with kqueue and learning it. Right now I'm
trying to see how I can register both VNODE and PROC for use with one
single kqueue. However, I've had two kernel panics this morning.
First kernel panics I've had on my MacBook since I bought it. I'm
suspecting something's up possibly with my code. If anyone would look
at my code below and comment about it, that'd be appreciated!
if( eventlist[ 1 ].fflags & NOTE_TRACK ) {
printf( "NOTE_TRACK returned from parent.\n" );
}
}
close( queue_id );
close( fd );
return EXIT_SUCCESS;
}
Thanks,
Will Johansson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden