seq: New module for race-free, pollable, thread-safe sequence number.
[sliver-openvswitch.git] / lib / poll-loop.c
index 5f9b9cd..4eb1187 100644 (file)
@@ -26,6 +26,7 @@
 #include "fatal-signal.h"
 #include "list.h"
 #include "ovs-thread.h"
+#include "seq.h"
 #include "socket-util.h"
 #include "timeval.h"
 #include "vlog.h"
@@ -248,6 +249,8 @@ poll_block(void)
 
     /* Handle any pending signals before doing anything else. */
     fatal_signal_run();
+
+    seq_woke();
 }
 \f
 static void