ovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid" work.
[openvswitch] / lib / poll-loop.h
index eaeca2be55024cbd70266bd4585f5017e289cf3e..a9038ca586a754a178e3cf50f81790325167c590 100644 (file)
@@ -43,6 +43,7 @@ struct poll_waiter;
 /* Schedule events to wake up the following poll_block(). */
 struct poll_waiter *poll_fd_wait(int fd, short int events);
 void poll_timer_wait(long long int msec);
+void poll_timer_wait_until(long long int msec);
 void poll_immediate_wake(void);
 
 /* Wait until an event occurs. */