Re: Interface for communicating from kernel to user mode
Peter Skvarka <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Organization | Soft in Engines |
| Message-ID | <[email protected]> |
Thank you, I have this commit on my machine and investigating it. Described AF_LOCAL sockets are for me candidate no.1. I am also considering using signal (siginfo.h and signalvar.h) for sending signal from kernel to user process with small data. But like I described I need bidirectional communications, does provide signal interface in siginfo.h and signalvar.h also sending signal from user space to kernel module ? Or what do you thing about this idea at all ? Peter