Adds StoragePool(), StoragePoolRefresh() (#28)

This adds two new methods:
- `StoragePool()`, used to lookup a storage pool by name.
- `StoragePoolRefresh()`, used to refresh a storage pool by name.
This commit is contained in:
Ben LeMasurier
2017-01-09 14:54:30 -07:00
committed by GitHub
parent 591f6798f1
commit cfa567708b
5 changed files with 202 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ const (
ProcDomainGetXMLDesc = 14
ProcDomainLookupByName = 23
ProcAuthList = 66
ProcStoragePoolRefresh = 83
ProcStoragePoolLookupByName = 84
ProcConnectGetLibVersion = 157
ProcDomainMigrateSetMaxSpeed = 207
ProcDomainGetState = 212