* Possibly stupid question
@ 2001-04-16 10:28 Yaroslav Rastrigin
0 siblings, 0 replies; only message in thread
From: Yaroslav Rastrigin @ 2001-04-16 10:28 UTC (permalink / raw)
To: linux-kernel
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 ?
<linux/msg.h> defines
sys_msgsnd and sys_msgrcv, but insmod'ing my module
says this symbols are undefined, ksyms -a | grep sys
confirms total internality of this functions (in other words, this symbols
aren't exported :)
Can usage of sys_call_table[__NR_sys_ipc] help me, or this is totally wrong
approach ?
These mechanisms (IPC message queues) are fitting really nicely into my task,
and I don't want to reimplement the wheel.
Please, tell me, where to look.
With all the best, yarick at relex dot ru
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-04-16 10:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-16 10:28 Possibly stupid question Yaroslav Rastrigin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox