diff options
author | Eric Blake <eblake@redhat.com> | 2012-08-13 18:09:12 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-08-24 09:51:08 -0600 |
commit | 6478ec1673a2b405353df898db70181e122f721e (patch) | |
tree | 610a9dc35cb8c0a828f86ff6cbcd093b97b48bff /po | |
parent | snapshot: make virDomainSnapshotObjList opaque (diff) | |
download | libvirt-6478ec1673a2b405353df898db70181e122f721e.tar.gz libvirt-6478ec1673a2b405353df898db70181e122f721e.tar.bz2 libvirt-6478ec1673a2b405353df898db70181e122f721e.zip |
snapshot: split snapshot conf code into own file
This has several benefits:
1. Future snapshot-related code has a definite place to go (and I
_will_ be adding some)
2. Snapshot errors now use the VIR_FROM_DOMAIN_SNAPSHOT error
classification, which has been underutilized (previously only in
libvirt.c)
* src/conf/domain_conf.h, domain_conf.c: Split...
* src/conf/snapshot_conf.h, snapshot_conf.c: ...into new files.
* src/Makefile.am (DOMAIN_CONF_SOURCES): Build new files.
* po/POTFILES.in: Mark new file for translation.
* src/vbox/vbox_tmpl.c: Update caller.
* src/esx/esx_driver.c: Likewise.
* src/qemu/qemu_command.c: Likewise.
* src/qemu/qemu_domain.h: Likewise.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 6c3011669..7a91eb4a9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -19,6 +19,7 @@ src/conf/node_device_conf.c src/conf/nwfilter_conf.c src/conf/nwfilter_params.c src/conf/secret_conf.c +src/conf/snapshot_conf.c src/conf/storage_conf.c src/conf/storage_encryption_conf.c src/conf/virconsole.c |