Skip to main content

Module kernel

Module kernel 

Source
Expand description

oxide-k bus integration.

MirrorModule wraps a Syncer in an oxide_k::module::Module. It subscribes to the kernel bus and responds to Command::Invoke messages targeted at its module id ("mirror" by default). Every result is emitted back on the bus as a Custom event named <method>.{ok,err}.

Structs§

MirrorModule
Mirror module wrapping a Syncer.

Constants§

DEFAULT_MODULE_ID
Default module id under which the mirror registers on the bus.