coverage: Reimplement the "ovs-appctl coverage/show" command.
[sliver-openvswitch.git] / lib / timeval.c
index 223ed30..64ae845 100644 (file)
@@ -234,6 +234,7 @@ time_poll(struct pollfd *pollfds, int n_pollfds, long long int timeout_when,
         log_poll_interval(*last_wakeup);
     }
     coverage_clear();
+    coverage_run();
     start = time_msec();
 
     timeout_when = MIN(timeout_when, deadline);