]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move virDomain related APIs out of libvirt.c
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 22 Oct 2014 15:29:09 +0000 (16:29 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Oct 2014 15:59:56 +0000 (16:59 +0100)
commit67c08fccdcad2f5d034875be2b052b46c61eb575
treedb996795239ddb650add16c78ae88c804cf844d6
parent844401544675c68156dee09ea8414387116bf081
Move virDomain related APIs out of libvirt.c

Introduce a src/libvirt-domain.c file to hold all the
methods related to the virDomain type.
docs/apibuild.py
po/POTFILES.in
src/Makefile.am
src/libvirt-domain.c [new file with mode: 0644]
src/libvirt.c