Commit 1050c7d1 authored by Peter Krempa's avatar Peter Krempa
Browse files

domain: Add support for 'migration' attribute of 'reservations' disk-sub-element



Signed-off-by: default avatarPeter Krempa <pkrempa@redhat.com>
parent 3c181d61
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -169,6 +169,7 @@ type DomainDiskReservationsSource DomainChardevSource
type DomainDiskReservations struct {
	Enabled   string                        `xml:"enabled,attr,omitempty"`
	Managed   string                        `xml:"managed,attr,omitempty"`
	Migration string                        `xml:"migration,attr,omitempty"`
	Source    *DomainDiskReservationsSource `xml:"source"`
}