stream: New functions stream_verify_name() and pstream_verify_name().
[openvswitch] / lib / stream-fd.c
index 46aa8e7386cf5cdd934a237a01c859cc3572c578..94c84340966e67994af4c7b831395fb870483aba 100644 (file)
@@ -139,6 +139,8 @@ static struct stream_class stream_fd_class = {
     fd_connect,                 /* connect */
     fd_recv,                    /* recv */
     fd_send,                    /* send */
+    NULL,                       /* run */
+    NULL,                       /* run_wait */
     fd_wait,                    /* wait */
 };
 \f