]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
remote: Use virDomainEventState helpers
authorCole Robinson <crobinso@redhat.com>
Fri, 13 May 2011 15:00:10 +0000 (11:00 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 13 May 2011 15:00:10 +0000 (11:00 -0400)
commit4e6e66728fa3779e48dd0b59222becd9ce3a2b84
tree7a995026138400495d8e23f213cea9c3ffaf2b36
parent7405aebe0190a8e24a6fb9be0d7bfbb0aac0e075
remote: Use virDomainEventState helpers

One functionality change here is that we no longer force enable the event
timeout for every queued event, only enable it for the first event after
the queue has been flushed. This is how other drivers have already done it,
and I haven't encountered problems in practice.

v3:
    Adjust for new virDomainEventStateNew argument
src/remote/remote_driver.c