[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] sending parameters to a module



On Fri, 21 Apr 2000, Seres Lucian wrote:

> I tried 
> insmod my_module my_symbol=my_value, 
> where my_module is my module,
> my_symbol is a parameter defined in my_module like 
> static int my_symbol=0 

Use in the module:

MODULE_PARM(my_symbol,"i");
May be also you will need to remove "static", but I think it should also work
with it.

As for accesing networking, there is some work in progress, but do not expect
TCP soon. In most cases when you need networking you do not need RT or at
least you can split your task into RT thread and user space "agent" which
does network data transfers.

--
Tomek