On Fri, Jun 22, 2007 at 03:02:52AM +0100, Daniel P. Berrange wrote:
> This patch provides an internal driver API to let drivers register event
> callbacks. It also provides a way for an application using libvirt to
> provide specific event loop implementations for dealing with these callbacks.
> Currently this is internal only - no new exported symbols except for a
> private symbol  __virEventRegisterImpl intended for use by the libvirt
> daemon only.

  Okay so this is actually extracting code around select() (that could
use poll too) to abstract processing if the event look, both for timers
and file descriptor events availability. I'm not sure yet this is the
kind of API we would need to export in libvirt, I consider this more
an internal refactoring at that point,

  +1

Daniel

-- 
Red Hat Virtualization group http://redhat.com/virtualization/
Daniel Veillard      | virtualization library  http://libvirt.org/
[EMAIL PROTECTED]  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine  http://rpmfind.net/

--
Libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to