X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fpoll-loop.c;h=e47cccc392763f53c3e68ecfd987ca8894e99d1b;hb=f0e167f0dbadbe2a8d684f63ad9faf68d8cb9884;hp=653fdd92812a23b0cfa42a0e8103ca856bb03e0e;hpb=d98e60075528c3065ad453f7add4b30f22edcde3;p=sliver-openvswitch.git diff --git a/lib/poll-loop.c b/lib/poll-loop.c index 653fdd928..e47cccc39 100644 --- a/lib/poll-loop.c +++ b/lib/poll-loop.c @@ -32,6 +32,9 @@ VLOG_DEFINE_THIS_MODULE(poll_loop); +COVERAGE_DEFINE(poll_fd_wait); +COVERAGE_DEFINE(poll_zero_timeout); + /* An event that will wake the following call to poll_block(). */ struct poll_waiter { /* Set when the waiter is created. */