Crate vm_control

source Β·
Expand description

Handles IPC for controlling the main VM process.

The VM Control IPC protocol is synchronous, meaning that each VmRequest sent over a connection will receive a VmResponse for that request next time data is received over that connection.

The wire message format is a little-endian C-struct of fixed size, along with a file descriptor if the request type expects one.

Re-exportsΒ§

ModulesΒ§

StructsΒ§

EnumsΒ§

ConstantsΒ§

TraitsΒ§

FunctionsΒ§

Type AliasesΒ§