[libvirt] [PATCH 06/10] Promote virEvent*Handle/Timeout to public API

Daniel P. Berrange berrange at redhat.com
Thu Jun 16 08:10:39 UTC 2011


On Wed, Jun 15, 2011 at 09:23:15PM -0400, Cole Robinson wrote:
> Since we virEventRegisterDefaultImpl is now a public API, callers need
> a way to invoke the default registered Handle and Timeout functions. We
> already have general functions for these internally, so promote
> them to the public API.
> 
> Signed-off-by: Cole Robinson <crobinso at redhat.com>
> ---
>  daemon/libvirtd.c                  |    1 -
>  daemon/mdns.c                      |    1 -
>  python/generator.py                |    8 ++++
>  src/conf/domain_event.c            |    1 -
>  src/conf/domain_event.h            |    1 -
>  src/fdstream.c                     |    1 -
>  src/libvirt_private.syms           |    9 ----
>  src/libvirt_public.syms            |    6 +++
>  src/libxl/libxl_driver.c           |    1 -
>  src/lxc/lxc_driver.c               |    1 -
>  src/network/bridge_driver.c        |    1 -
>  src/node_device/node_device_hal.c  |    1 -
>  src/node_device/node_device_udev.c |    1 -
>  src/openvz/openvz_driver.c         |    1 -
>  src/qemu/qemu_domain.c             |    1 -
>  src/qemu/qemu_driver.c             |    1 -
>  src/qemu/qemu_monitor.c            |    1 -
>  src/remote/remote_driver.c         |    1 -
>  src/test/test_driver.c             |    1 -
>  src/uml/uml_driver.c               |    1 -
>  src/util/event.c                   |   56 +++++++++++++++++++++++++++
>  src/util/event.h                   |   73 ------------------------------------
>  src/util/util.c                    |    1 -
>  src/vbox/vbox_tmpl.c               |    1 -
>  src/xen/xen_inotify.c              |    1 -
>  src/xen/xs_internal.c              |    1 -
>  tools/console.c                    |    1 -
>  27 files changed, 70 insertions(+), 104 deletions(-)

Removed from event.h, but not added to include/libvirt/libvirt.h.in ?
Something missing surely

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 :|




More information about the libvir-list mailing list