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>
This commit is contained in:
Michal Privoznik
2015-07-17 11:11:23 +02:00
parent 971f5f229d
commit 90f3c0d717
21 changed files with 1188 additions and 1087 deletions

View File

@@ -32,7 +32,7 @@
#include <libxml/xmlsave.h>
#include "internal.h"
#include "conf/domain_conf.h"
#include "conf/virdomainobjlist.h"
#include "intprops.h"
#include "viralloc.h"
#include "virmacaddr.h"