libvirt/src/test
Anya Harter 0e145a4f79 events: remove testObjectEventQueue wrapper func
And replace all calls with virObjectEventStateQueue such that:

    testObjectEventQueue(privconn, event);

becomes:

    virObjectEventStateQueue(privconn->eventState, event);

Signed-off-by: Anya Harter <aharter@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
2018-06-13 08:42:42 +02:00
..
Makefile.inc.am make: split test driver build rules into test/Makefile.inc.am 2018-02-23 13:14:25 +00:00
test-screenshot.png test: fix screenshot API impl 2016-12-08 10:57:32 +00:00
test_driver.c events: remove testObjectEventQueue wrapper func 2018-06-13 08:42:42 +02:00
test_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00