Structsยง
- File
Handle - Record for a file somewhere on the file system, along with channels for reading file data and sending read requests to the MBFS kernel.
- Message
Based File System - 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 - Read request for file data, along with the desintation to send the data to.