Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.
[openvswitch] / lib / poll-loop.c
index 6aefc7689b11cf36741ff444aaf2ea73c9463264..e47cccc392763f53c3e68ecfd987ca8894e99d1b 100644 (file)
 #include "timeval.h"
 #include "vlog.h"
 
-VLOG_DEFINE_THIS_MODULE(poll_loop)
+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 {