Re: [libvirt PATCH v2 35/56] tests: convert eventtest to use public event APIs

2020-01-30 Thread Pavel Hrdina
On Tue, Jan 28, 2020 at 01:11:16PM +, Daniel P. Berrangé wrote: > The event test directly calls the internal poll event impl > APIs. It does not rely on any specific details of the poll > impl, so it is better to use the public APIs. > > Signed-off-by: Daniel P. Berrangé > --- > tests/eventt

[libvirt PATCH v2 35/56] tests: convert eventtest to use public event APIs

2020-01-28 Thread Daniel P . Berrangé
The event test directly calls the internal poll event impl APIs. It does not rely on any specific details of the poll impl, so it is better to use the public APIs. Signed-off-by: Daniel P. Berrangé --- tests/eventtest.c | 68 +++ 1 file changed, 34 ins