kernel events
kernel events
- Subject: kernel events
- From: David A Rowland <email@hidden>
- Date: Thu, 11 May 2006 08:54:06 -0700
Title: kernel events
I'm trying to set up kernel event reporting as described in the
Network Kernel Extensions Programming Guide. The immediate problem is
that a call to
kev_vendor_code_find causes a kernel panic. Code
snippets:
#define BUNDLENAME
"com.MyProject.kext"
unsigned long vendorCode;
and after a call to
ipf_addv4 and some other initialization:
if (kev_vendor_code_find(BUNDLENAME, vendorCode)
== 0)
That is where it blows up. If
my bundlename is not correct I would expect it to return an error.
Other than that, what could be wrong?
thanks,
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden