/sys/doc/ Documentation archive


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

re: Another Styx Question.



>Is it possible to intercept Local styx messages?

Yes and its also how you write iostats as well.

Use file2chan to make an fd you can mount. write
a server that reads from the fd to get incoming
mounts. create a second file2chan and call
exportfs to get a file server that serves the current
namespace. Now you just copy messages between the
incoming and outgoing channels. You can interpret
the messages however you like.

phil