Expand description
State unit definitions for vmbus components.
Structs§
- Channel
Unit - A type wrapping a
ChannelHandle
and implementingStateUnit
. - Simple
Channel Unit - A type wrapping a
ChannelHandle
and implementingStateUnit
. - Vmbus
Server Handle - 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
.