Module vmbus_unit

Source
Expand description

State unit definitions for vmbus components.

Structs§

ChannelUnit
A type wrapping a ChannelHandle and implementing StateUnit.
SimpleChannelUnit
A type wrapping a ChannelHandle and implementing StateUnit.
VmbusServerHandle
A handle to a vmbus server that is registered as a state unit.

Functions§

offer_channel_unit
Offers a channel, creates a unit for it, and adds it to state_units.
offer_simple_device_unit
Offers a simple vmbus device, creates a unit for it, and adds it to state_units.
offer_vmbus_device_handle_unit
Offers a channel, creates a unit for it, and adds it to state_units.