From: Yaroslav Rastrigin <yarick@relex.ru>
To: linux-kernel@vger.kernel.org
Subject: Possibly stupid question
Date: Mon, 16 Apr 2001 14:28:46 +0400 [thread overview]
Message-ID: <01041614284600.17911@yarick> (raw)
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
reply other threads:[~2001-04-16 10:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01041614284600.17911@yarick \
--to=yarick@relex.ru \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox