Re: regarding psignal()

2004-06-24 Thread Robert Watson
On Tue, 22 Jun 2004, pradeep reddy punnam wrote: > i am modifing my ../netinet/ip_input.c code so that kernel can inform a > user process about the arrival of a packet, i want to use signaling > mechanism for this , i know the pid of the process to which the signal > should be send, i am looing fo

regarding psignal()

2004-06-23 Thread pradeep reddy punnam
Hi, i am modifing my ../netinet/ip_input.c code so that kernel can inform a user process about the arrival of a packet, i want to use signaling mechanism for this , i know the pid of the process to which the signal should be send, i am looing for exact function that can help me in sending SIGI