stream: Add stream_run(), stream_run_wait() functions.
[sliver-openvswitch.git] / lib / stream-unix.c
index 9046da1..6ce7790 100644 (file)
@@ -69,6 +69,8 @@ struct stream_class unix_stream_class = {
     NULL,                       /* connect */
     NULL,                       /* recv */
     NULL,                       /* send */
+    NULL,                       /* run */
+    NULL,                       /* run_wait */
     NULL,                       /* wait */
 };
 \f