ovs-vsctl: Update --help message.
[openvswitch] / lib / stream-unix.c
index 9046da154828852e5d529ede214324dfb760c32c..6ce7790b541dae2979b97670011b7d0a4bf4921a 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