mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-13 06:34:42 -05:00
conf: make virDomainNetDefFormat a public function
We will need to call virDomainNetDefFormat() from the network hook (in the network driver).
This commit is contained in:
@@ -15504,7 +15504,7 @@ virDomainActualNetDefFormat(virBufferPtr buf,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
int
|
||||
virDomainNetDefFormat(virBufferPtr buf,
|
||||
virDomainNetDefPtr def,
|
||||
unsigned int flags)
|
||||
|
||||
Reference in New Issue
Block a user