ofproto: Add type "run", "run_fast", and "wait" provider methods.
[sliver-openvswitch.git] / ofproto / ofproto-dpif.c
index a452a37..90cbb41 100644 (file)
@@ -7493,6 +7493,9 @@ const struct ofproto_class ofproto_dpif_class = {
     enumerate_types,
     enumerate_names,
     del,
+    NULL,                       /* type_run */
+    NULL,                       /* type_run_fast */
+    NULL,                       /* type_wait */
     alloc,
     construct,
     destruct,