summaryrefslogtreecommitdiff
path: root/src/hyperv
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2015-07-17 11:11:23 +0200
committerMichal Privoznik <mprivozn@redhat.com>2015-11-30 13:55:10 +0100
commit90f3c0d7178a2480094d155516966223d23db412 (patch)
tree1dc6e551ebed4fc5c75cde324a6eb5341b576707 /src/hyperv
parent971f5f229dc4b36a4ad62fdeef67f209b875822e (diff)
downloadlibvirt-90f3c0d7178a2480094d155516966223d23db412.tar.gz
conf: Split virDomainObjList into a separate file
Our domain_conf.* files are big enough. Not only they contain XML parsing code, but they served as a storage of all functions whose name is virDomain prefixed. This is just wrong as it gathers not related functions (and modules) into one big file which is then harder to maintain. Split virDomainObjList module into a separate file called virdomainobjlist.[ch]. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'src/hyperv')
-rw-r--r--src/hyperv/hyperv_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyperv/hyperv_driver.c b/src/hyperv/hyperv_driver.c
index 72261dfa32..719539c730 100644
--- a/src/hyperv/hyperv_driver.c
+++ b/src/hyperv/hyperv_driver.c
@@ -24,7 +24,7 @@
#include "internal.h"
#include "datatypes.h"
-#include "domain_conf.h"
+#include "virdomainobjlist.h"
#include "virauth.h"
#include "viralloc.h"
#include "virlog.h"