libvirt/src/remote
Eric Blake 53827c125e event: rename confusing variable in test, remote drivers
Since the introduction of network events, any driver that uses
a single event state object to track both domain and network
events should not include 'domain' in the name of that object.

* src/test/test_driver.c (_testConn):
s/domainEventState/eventState/, and fix all callers.
* src/remote/remote_driver.c (private_data): Likewise.
(remoteDomainEventQueue): Rename to remoteEventQueue.
(remoteDomainEvents): Rename to remoteEvents.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-01-07 08:37:45 -07:00
..
lxc_protocol.x Add ACL annotations to all RPC messages 2013-06-24 15:24:36 +01:00
qemu_protocol.x Add ACL annotations to all RPC messages 2013-06-24 15:24:36 +01:00
remote_driver.c event: rename confusing variable in test, remote drivers 2014-01-07 08:37:45 -07:00
remote_driver.h Fix LIBVIRTD_CONFIGURATION_FILE constant 2013-09-19 09:31:57 +02:00
remote_protocol.x Add network events to the remote driver 2013-12-11 13:26:25 +00:00