Crate hyperv_ic_protocol

Source
Expand description

IC protocol definitions.

Modules§

heartbeat
Heartbeat component protocol.
kvp
Protocol definitions for the KVP (Key-Value Pair) protocol.
shutdown
Protocol for shutdown IC.
timesync
Protocol definitions for the timesync IC.
vss
Protocol definitions for the VSS (Volume Shadow Service) IC.

Structs§

Header
Common message header for IC messages.
HeaderFlags
Flags for IC messages.
MessageType
Type of message
NegotiateMessage
Version negotiation message.
Status
Status code for a message response.
Version
Protocol version.

Constants§

FRAMEWORK_VERSION_1
Framework version 1.0.
FRAMEWORK_VERSION_3
Framework version 3.0.
MAX_MESSAGE_SIZE
Maximum message size between guest and host for IC devices.