Writing to file

Eddie Kohler kohler at icir.org
Mon Mar 10 21:44:39 EST 2003


Hi Alessandro,

> is it possible to write in a file that isn't /var/log/messages with Click
> linuxmodule??

The simplest answer is no. You'd have to use the kernel interface to files
(basically, the virtual file system). That would be more trouble than it
was worth. 'stdio.h' is not available in the kernel.

Eddie




More information about the click mailing list