MailboxesQ: How do I use mailboxes in newlxrt if rt_mbx_init() returns a NULL pointer on success. rt_mbx_init() requires a nam2num() label. The rest of the mailbox API functions appear to require a pointer to the mailbox. But damn it, my pointer == NULL.
A: ?
A: Try using the EXPORT_SYMBOL() macro to make the mbx variable in the module you define it public so the other module can "see" it.
http://people.netfilter.org/~rusty/unreliable-guides/kernel-hacking/symbols.html