Re: Get socket creator (ie: PID & UID)
Re: Get socket creator (ie: PID & UID)
- Subject: Re: Get socket creator (ie: PID & UID)
- From: Peter Lovell <email@hidden>
- Date: Sat, 19 Feb 2005 12:38:14 -0500
On Feb 19, 2005, at 12:15 PM, Vincent Pottier wrote:
Hi folks,
I've the tcplogger sample code and I would like to get the socket
creator PID and UID. After a few search, It looks that I can get it
via current_proc() called on socreate time. But this feature is
disable in the sample I have and I get an error when using it.
(warning: implicit declaration of function 'current_proc'). I've
already try to #include some object but can't make it work.
Does someone can explain me how to use it?
Thanks in advance,
Vincent
Hi Vincent,
the definition is in <sys/vm.h> (in Kernel.framework) ...
struct proc *current_proc(void);
The struct is subject to change of course, but if you're working with
tcplogger then you already know that.
Regards.....Peter
_______________________________________________
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