X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fpoll-loop.c;h=e47cccc392763f53c3e68ecfd987ca8894e99d1b;hb=d76f09ea77e03ee5a3a7bb67bcab1ac4bb54172b;hp=653fdd92812a23b0cfa42a0e8103ca856bb03e0e;hpb=f4e2e60be455af4d5bd294cfe19a7cb4ea13a9ff;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. */