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§
- Mirror
Module - Mirror module wrapping a
Syncer.
Constants§
- DEFAULT_
MODULE_ ID - Default module id under which the mirror registers on the bus.