Messages in this thread |  | | From | "Dunlap, Randy" <> | Subject | RE: fork in module? | Date | Wed, 1 Nov 2000 09:42:12 -0800 |
| |
x = kernel_thread(&func, &arg, flags);
might do what you want.
~Randy_________________________________________ |randy.dunlap_at_intel.com 503-677-5408| |NOTE: Any views presented here are mine alone| |& may not represent the views of my employer.| -----------------------------------------------
> From: Heusden, Folkert van [mailto:f.v.heusden@ftr.nl] > > what would be the way of starting a sub-process in a module > which then would > run in the background? I guess plain fork() won't work? > -
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |