diff --git a/libvirt.go b/libvirt.go index 8890acc..0368315 100644 --- a/libvirt.go +++ b/libvirt.go @@ -360,7 +360,7 @@ type DomainState uint32 const ( // DomainStateNoState No state - DomainStateNoState = iota + DomainStateNoState DomainState = iota // DomainStateRunning The domain is running DomainStateRunning // DomainStateBlocked The domain is blocked on resource