Move virDomainSnapshot related APIs out of libvirt.c

Introduce a src/libvirt-domain-snapshot.c file to hold all the
methods related to the virDomainSnapshot type.
This commit is contained in:
Daniel P. Berrange
2014-10-24 15:59:22 +01:00
parent 0be3403db6
commit 62cf32d0c9
6 changed files with 1227 additions and 1194 deletions
+1
View File
@@ -57,6 +57,7 @@ src/interface/interface_backend_netcf.c
src/interface/interface_backend_udev.c
src/internal.h
src/libvirt.c
src/libvirt-domain-snapshot.c
src/libvirt-lxc.c
src/libvirt-qemu.c
src/locking/lock_daemon.c