
On Fri, Nov 29, 2013 at 04:19:04PM +0100, Cédric Bosdonnat wrote:
--- include/libvirt/libvirt.h.in | 78 +++++++++++++++++++++++++ src/conf/object_event.c | 80 +++++++++++++++++++++++++- src/conf/object_event.h | 21 +++++-- src/driver.h | 14 +++++ src/libvirt.c | 133 +++++++++++++++++++++++++++++++++++++++++++ src/libvirt_private.syms | 1 + src/libvirt_public.syms | 7 +++ 7 files changed, 328 insertions(+), 6 deletions(-)
diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 25ab777..50fa3f7 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -4966,6 +4966,7 @@ typedef enum { */ typedef enum { VIR_EVENT_NAMESPACE_DOMAIN = 0, /* 0 to keep value of virDomainEventId unchanged */ + VIR_EVENT_NAMESPACE_NETWORK = 1, } virEventNamespaceID;
Again not seeing this used anywhere in public API. The rest of the APIs make sense. Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|