]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Introduce virinterfaceobj
authorJohn Ferlan <jferlan@redhat.com>
Tue, 28 Feb 2017 21:20:44 +0000 (16:20 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 6 Mar 2017 12:07:01 +0000 (07:07 -0500)
commiteabeff8ea36d414ea755f60192ef2f45678bad6b
tree4ed64a37e33f120752d3a342b90ae8c1d0116c92
parent4da534c0b97b74f50ef742079b674f0929a07b46
conf: Introduce virinterfaceobj

Move all the InterfaceObj API's into their own module virinterfaceobj
from the interface_conf

Purely code motion at this point.
po/POTFILES.in
src/Makefile.am
src/conf/interface_conf.c
src/conf/interface_conf.h
src/conf/virinterfaceobj.c [new file with mode: 0644]
src/conf/virinterfaceobj.h [new file with mode: 0644]
src/interface/interface_backend_netcf.c
src/interface/interface_backend_udev.c
src/libvirt_private.syms
src/test/test_driver.c