ofp-errors: Merge OF1.0 "all tables full" with OF1.1+ "table full".
[openvswitch] / lib / stream-unix.c
index dde599683e2aa4fc0bc37420e87b006de32bc903..4feefdfdfd4e8a6e31950d0697bfa340053ff6c4 100644 (file)
@@ -92,7 +92,7 @@ punix_open(const char *name OVS_UNUSED, char *suffix,
         return error;
     }
 
-    return new_fd_pstream(name, fd, punix_accept,
+    return new_fd_pstream(name, fd, punix_accept, NULL,
                           xstrdup(suffix), pstreamp);
 }
 
@@ -118,6 +118,7 @@ const struct pstream_class punix_pstream_class = {
     punix_open,
     NULL,
     NULL,
-    NULL
+    NULL,
+    NULL,
 };