Add DomainState method. (#23)

Returns state of the domain.
This commit is contained in:
Michael Bruskov
2016-12-02 13:54:04 -04:00
committed by Ben LeMasurier
parent 953e83ac30
commit fe0f99a7c1
4 changed files with 99 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ const (
ProcAuthList = 66
ProcConnectGetLibVersion = 157
ProcDomainMigrateSetMaxSpeed = 207
ProcDomainGetState = 212
ProcDomainUndefineFlags = 231
ProcDomainDestroyFlags = 234
ProcConnectListAllDomains = 273