Crate mbfs

source · []

Structs

Record for a file somewhere on the file system, along with channels for reading file data and sending read requests to the MBFS kernel.

This is the primary struct for running a message based file system. Upon construction, this struct will create a set of workers, each listening for new read requests.

Read request for file data, along with the desintation to send the data to.