Explicitly specify type of DomainState constants
This commit is contained in:
parent
a339d0ac95
commit
85330a67c6
@ -360,7 +360,7 @@ type DomainState uint32
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// DomainStateNoState No state
|
// DomainStateNoState No state
|
||||||
DomainStateNoState = iota
|
DomainStateNoState DomainState = iota
|
||||||
// DomainStateRunning The domain is running
|
// DomainStateRunning The domain is running
|
||||||
DomainStateRunning
|
DomainStateRunning
|
||||||
// DomainStateBlocked The domain is blocked on resource
|
// DomainStateBlocked The domain is blocked on resource
|
||||||
|
Loading…
Reference in New Issue
Block a user