
30 Jan
2020
30 Jan
'20
3:07 p.m.
On Tue, Jan 28, 2020 at 01:11:16PM +0000, 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é <berrange@redhat.com> --- tests/eventtest.c | 68 +++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 34 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>