Re: [libvirt] [PATCH v6 4/8] snapshot: Export two functions prior to file split

2019-03-15 Thread Ján Tomko
On Fri, Mar 15, 2019 at 12:02:29AM -0500, Eric Blake wrote: The next patch will require access to the helper functions virDomainSnapshotDefFormatInternal and virDomainSnapshotRedefineValidate from two different files; make the file split easier by exporting these functions. Signed-off-by: Eric B

[libvirt] [PATCH v6 4/8] snapshot: Export two functions prior to file split

2019-03-14 Thread Eric Blake
The next patch will require access to the helper functions virDomainSnapshotDefFormatInternal and virDomainSnapshotRedefineValidate from two different files; make the file split easier by exporting these functions. Signed-off-by: Eric Blake --- src/conf/snapshot_conf.h | 13 + src/co