Loading domain.go +1 −0 Original line number Diff line number Diff line Loading @@ -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"` } Loading Loading
domain.go +1 −0 Original line number Diff line number Diff line Loading @@ -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"` } Loading