libvirt/src/xen
Daniel P. Berrange d09f6ba5fe Return count of callbacks when registering callbacks
When registering a callback for a particular event some callers
need to know how many callbacks already exist for that event.
While it is possible to ask for a count, this is not free from
race conditions when threaded. Thus the API for registering
callbacks should return the count of callbacks. Also rename
virDomainEventStateDeregisterAny to virDomainEventStateDeregisterID

* src/conf/domain_event.c, src/conf/domain_event.h,
  src/libvirt_private.syms: Return count of callbacks when
  registering callbacks
* src/libxl/libxl_driver.c, src/libxl/libxl_driver.c,
  src/qemu/qemu_driver.c, src/remote/remote_driver.c,
  src/remote/remote_driver.c, src/uml/uml_driver.c,
  src/vbox/vbox_tmpl.c, src/xen/xen_driver.c: Update
  for change in APIs
2011-12-19 11:08:10 +00:00
..
block_stats.c build: rename files.h to virfile.h 2011-07-21 10:34:51 -06:00
block_stats.h Remove virConnectPtr from virRaiseErrorFull 2011-04-17 07:22:23 +02:00
xen_driver.c Return count of callbacks when registering callbacks 2011-12-19 11:08:10 +00:00
xen_driver.h Convert Xen & VBox drivers to use virDomainEventState 2011-12-19 11:08:09 +00:00
xen_hypervisor.c maint: fix improper use of 'an' 2011-12-03 17:11:56 -07:00
xen_hypervisor.h Xen: Fake versions in xencapstest 2011-10-14 09:42:38 -06:00
xen_inotify.c xen: drop unused callbacks 2011-07-28 14:57:55 -06:00
xen_inotify.h drivers: prefer unsigned int for flags 2011-07-07 14:15:37 -06:00
xend_internal.c maint: fix improper use of 'an' 2011-12-03 17:11:56 -07:00
xend_internal.h xen: make direct call when there is only one subdriver 2011-07-28 14:44:45 -06:00
xm_internal.c maint: typo fixes 2011-12-01 16:08:34 -07:00
xm_internal.h xen: reject unknown flags 2011-07-15 16:34:44 -06:00
xs_internal.c maint: fix improper use of 'an' 2011-12-03 17:11:56 -07:00
xs_internal.h drivers: prefer unsigned int for flags 2011-07-07 14:15:37 -06:00