# Constants
For versioning of the virt-handler and -launcher communication, you need to increase the Version const when making changes, and make necessary changes in the cmd rpc implementation!.
VIR_VCPU_BLOCKED = 2, /* the virtual CPU is blocked on resource */.
VIR_VCPU_OFFLINE = 0, /* the virtual CPU is offline */.
VIR_VCPU_RUNNING = 1, /* the virtual CPU is running */.
# Structs
mimic existing structs, but data is taken from DomainJobInfo.
mimic existing structs, but data is taken from DomainMemoryStat.