ofproto: Add type "run", "run_fast", and "wait" provider methods.
[openvswitch] / ofproto / ofproto-dpif.c
index a452a378fe8bd84ebcde8722a92a44ec5e9f9282..90cbb412ac595e3c99747ca80f9b0ceb50b99efa 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,