Signed-off-by: John Ferlan <jfer...@redhat.com>
---
 Something I know even less about ;-)... Although I see Daniel has noted
 he'll take care of it - I figured I'd give it a "go" (sorry) anyway.

 domain.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/domain.go b/domain.go
index 3a3ef5b..e011980 100644
--- a/domain.go
+++ b/domain.go
@@ -593,6 +593,7 @@ const (
        DOMAIN_SHUTOFF_SAVED         = 
DomainShutoffReason(C.VIR_DOMAIN_SHUTOFF_SAVED)
        DOMAIN_SHUTOFF_FAILED        = 
DomainShutoffReason(C.VIR_DOMAIN_SHUTOFF_FAILED)
        DOMAIN_SHUTOFF_FROM_SNAPSHOT = 
DomainShutoffReason(C.VIR_DOMAIN_SHUTOFF_FROM_SNAPSHOT)
+       DOMAIN_SHUTOFF_DAEMON        = 
DomainShutoffReason(C.VIR_DOMAIN_SHUTOFF_DAEMON)
 )
 
 type DomainBlockCommitFlags int
-- 
2.17.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to