]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Introduce libxl_domain.[ch]
authorJim Fehlig <jfehlig@suse.com>
Fri, 30 Aug 2013 17:18:31 +0000 (11:18 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 3 Sep 2013 22:43:20 +0000 (16:43 -0600)
commit12315cd7790ccb6f61bfee246d42f17cb8fa4f08
tree141d64d0092cdbfb93f64cc36ad22b4e4436e9dc
parentc9d5432d85b2a31ce30e785daa4b1fe0c3917b9d
libxl: Introduce libxl_domain.[ch]

Create libxl_domain.[ch] and move all functions operating on
libxlDomainObjPrivate to these files.  This will be useful for
future patches that e.g. add job support for libxlDomainObjPrivate.
po/POTFILES.in
src/Makefile.am
src/libxl/libxl_conf.c
src/libxl/libxl_conf.h
src/libxl/libxl_domain.c [new file with mode: 0644]
src/libxl/libxl_domain.h [new file with mode: 0644]
src/libxl/libxl_driver.c