On Wed, Apr 21, 1999 at 09:17:18AM -0400, Pierre Cloutier wrote:
> 
> Hi:
> 
> I'm starting to realise I will create a lot of symbols. Is there a limit
> on the number of symbols ksyms and the kernel  can handle?
> 
> Also, is there a way to make a variable and/or function global within a
> module but private relative to the other
> kernel modules without stuffing all the module code in a single file?
> 

Symbols are not exported to other modules unless you specifically
request it using EXPORT_SYMBOL(), or X() if your are using 2.0.36.


dave...

--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to