]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: event impl. registration before hypervisor connection
authorDominik Perpeet <dperpeet@redhat.com>
Fri, 25 Sep 2015 08:54:21 +0000 (10:54 +0200)
committerCole Robinson <crobinso@redhat.com>
Thu, 15 Oct 2015 23:50:58 +0000 (19:50 -0400)
commit9bf1cef7371b119cf1ad1e83daaa9cd0da893352
treea03e26153d4e727d9e0050e9d9a79e272e6c85a9
parentc3d4eb124cb9a29e56ce181fd17ec09d70bc8d05
docs: event impl. registration before hypervisor connection

Event implementations need to be registered before a connection to the
Hypervisor is opened, otherwise event handling can be impaired (e.g.
delayed messages). This fact is referenced in an e-mail [1], but should
also be noted in the documentation of the registration functions.

[1] https://www.redhat.com/archives/libvirt-users/2014-April/msg00011.html
src/util/virevent.c