Displaying 1 result from an estimated 1 matches for "vireventrundefaultimp".
Did you mean:
vireventrundefaultimpl
2017 Aug 22
1
libvirt event
libvirt
version: 3.4.0
When use libvirt event in program, if I create more than one thread loop call virEventRunDefaultImp(), Is this invocation correct. If correct ,what happen when event occur.is many thread process event?
If I invocation virEventRegisterDefault before any hypervisor connect, and invocation virEventRunDefaultImp.Then I connect a hypervisor(qemu) and register some event on this connection. I connec...