]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Promote virEvent*Handle/Timeout to public API
authorCole Robinson <crobinso@redhat.com>
Wed, 15 Jun 2011 21:54:30 +0000 (17:54 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 21 Jun 2011 14:08:47 +0000 (10:08 -0400)
commit6094ad7bd72d7c059b2d9c97f3f829d740387cf4
tree3e60d4af869611b2f47999a7c74544b90758df97
parent3b04871e80af1f7046e53f7430b5e42ea13309f6
Promote virEvent*Handle/Timeout to public API

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.

v2:
    Actually add APIs to libvirt.h
28 files changed:
daemon/libvirtd.c
daemon/mdns.c
include/libvirt/libvirt.h.in
python/generator.py
src/conf/domain_event.c
src/conf/domain_event.h
src/fdstream.c
src/libvirt_private.syms
src/libvirt_public.syms
src/libxl/libxl_driver.c
src/lxc/lxc_driver.c
src/network/bridge_driver.c
src/node_device/node_device_hal.c
src/node_device/node_device_udev.c
src/openvz/openvz_driver.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/remote/remote_driver.c
src/test/test_driver.c
src/uml/uml_driver.c
src/util/event.c
src/util/event.h
src/util/util.c
src/vbox/vbox_tmpl.c
src/xen/xen_inotify.c
src/xen/xs_internal.c
tools/console.c