]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move virNetwork 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:00:21 +0000 (16:00 +0100)
commit4e00b6bc6af9a5bf91b6799f3d9dc86635fdda55
treec9dad7d811a9f4ed955117a6b57973fca1fa55b6
parent62cf32d0c9d7cadcbcb387ceee341d42731b9ee5
Move virNetwork related APIs out of libvirt.c

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