netdev: Improve comments on netdev_rxq_recv().
[cascardo/ovs.git] / lib / latch-windows.c
index 34796d5..3160527 100644 (file)
@@ -79,5 +79,5 @@ latch_is_set(const struct latch *latch)
 void
 latch_wait_at(const struct latch *latch, const char *where)
 {
-    poll_fd_wait_at(0, latch->wevent, POLLIN, where);
+    poll_wevent_wait_at(latch->wevent, where);
 }