htb: Set required min-rate to mtu not 1500.
[openvswitch] / lib / poll-loop.c
index 653fdd92812a23b0cfa42a0e8103ca856bb03e0e..e47cccc392763f53c3e68ecfd987ca8894e99d1b 100644 (file)
@@ -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. */