Re: how can I send a signal like kill

2001-03-29 Thread hugang

On Thu, 29 Mar 2001 11:46:42 +0200
Cedric Lienart <[EMAIL PROTECTED]> wrote:

> how can I send a signal like 'kill (pid_t pid, int sig);' from a driver
> module to a user program. When I include signal.h in my module I have

Try use force_sig(int sig, struct task_struct *p), Can read mm/oom_kill.c .
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



how can I send a signal like kill

2001-03-29 Thread Cedric Lienart

hello,

how can I send a signal like 'kill (pid_t pid, int sig);' from a driver
module to a user program. When I include signal.h in my module I have
many errors.
Thank you for your help.

Liénart Cédric
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



how can I send a signal like kill

2001-03-29 Thread Cedric Lienart

hello,

how can I send a signal like 'kill (pid_t pid, int sig);' from a driver
module to a user program. When I include signal.h in my module I have
many errors.
Thank you for your help.

Liénart Cédric
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/