Commit 47f8d238 authored by Daniel P. Berrangé's avatar Daniel P. Berrangé 💬
Browse files

Add disk file source 'fdgroup' attribute

parent cf606bac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ type DomainDiskSlice struct {

type DomainDiskSourceFile struct {
	File     string                 `xml:"file,attr,omitempty"`
	FDGroup  string                 `xml:"fdgroup,attr,omitempty"`
	SecLabel []DomainDeviceSecLabel `xml:"seclabel"`
}