15 Mar
2019
15 Mar
'19
9:54 p.m.
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 Blake <eblake@redhat.com> --- src/conf/snapshot_conf.h | 13 +++++++++++++ src/conf/snapshot_conf.c | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano