]> git.ipfire.org Git - thirdparty/libvirt.git/commit
list: Define new API virConnectListAllNetworks
authorOsier Yang <jyang@redhat.com>
Tue, 4 Sep 2012 15:55:15 +0000 (23:55 +0800)
committerOsier Yang <jyang@redhat.com>
Tue, 11 Sep 2012 08:58:16 +0000 (16:58 +0800)
commit89a1df9b06a40157530531c766ea4891f3e0e6af
tree5805f8667c93b9a435ca420249b47cdfed41a68a
parent164c03d33bd9d58844921888560baf3f156a1f05
list: Define new API virConnectListAllNetworks

This is to list the network objects, supported filtering flags
are: active|inactive, persistent|transient, autostart|no-autostart.

include/libvirt/libvirt.h.in: Declare enum virConnectListAllNetworkFlags
                              and virConnectListAllNetworks.
python/generator.py: Skip auto-generating
src/driver.h: (virDrvConnectListAllNetworks)
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