libvirt/src/uml
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
..
uml_conf.c Pass the VM's UUID into the nwfilter subsystem 2011-12-08 21:35:20 -05:00
uml_conf.h Split bridge.h into three separate files 2011-11-09 16:34:25 +00:00
uml_driver.c Return count of callbacks when registering callbacks 2011-12-19 11:08:10 +00:00
uml_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00