]> git.ipfire.org Git - thirdparty/libvirt.git/commit
list: Define new API virConnectListAllInterfaces
authorOsier Yang <jyang@redhat.com>
Tue, 4 Sep 2012 16:10:15 +0000 (00:10 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 12 Sep 2012 07:19:46 +0000 (15:19 +0800)
commitf4af202f4e3d29def5c06acfe9799071cda07ebb
treed605aba7e1783cba418a90f41581fc072a0c3b99
parent01fa1d7a5e1d3d2fab21a81ab2df5b9152671a77
list: Define new API virConnectListAllInterfaces

This is to list the interface objects, supported filtering flags
are: active|inactive.

include/libvirt/libvirt.h.in: Declare enum virConnectListAllInterfaceFlags
                              and virConnectListAllInterfaces.
python/generator.py: Skip auto-generating
src/driver.h: (virDrvConnectListAllInterfaces)
src/libvirt.c: Implement the public API
src/libvirt_public.syms: Export the symbol to public
include/libvirt/libvirt.h.in
python/generator.py
src/driver.h
src/libvirt.c
src/libvirt_public.syms