Hello everybody !
I'm begging your pardon for possibly stupid question,
but digging through headers/sources of kernel gives me next to nothing.
The question is:
can I use IPC (specifically, msgsnd/msgrcv) inside of loadable module ?
defines
sys_msgsnd and sys_msgrcv, but insmod'ing my module
sa
Hello everybody !
I needed to implement an IPC connectiovity between module and
userspace daemon, and came to this horrible code (after looking to
sys_msgsnd() ):
...
copy_to_user(msg_buf, &hlb1, sizeof(struct linfs_buffer));
hi1 = sys_ipc(MSGSND, msgq_id, message_size, 0, \
(struct msgbuf *)ms
Greetings, gentlemen,
On 11 April 2005 23:10, you wrote:
>
> Christoph was not objcting to lack of choice, rather the opposite. He
> would like to have only the "allow_other" behavior.
I think I could sched some light on this option.
It was needed when I was implementing SMB-to-FS connector (bas
3 matches
Mail list logo