
27 Feb
2019
27 Feb
'19
4:17 p.m.
On 2/23/19 4:24 PM, Eric Blake wrote:
Split out an internal helper that produces format into a virBuffer, similar to what domain_conf.c does, and making the next patch easier to write.
Signed-off-by: Eric Blake <eblake@redhat.com> --- src/conf/snapshot_conf.c | 103 ++++++++++++++++++++++----------------- 1 file changed, 59 insertions(+), 44 deletions(-)
If you feel compelled - you could add an extra blank line between virDomainSnapshotDefFormat and virDomainSnapshotDefFormatInternal. Reviewed-by: John Ferlan <jferlan@redhat.com> John