ovn-controller: Persist ovn flow tables
[cascardo/ovs.git] / ovn / controller / lflow.h
index e96a24b..4351fd0 100644 (file)
@@ -65,8 +65,7 @@ void lflow_run(struct controller_ctx *, const struct lport_index *,
                const struct hmap *local_datapaths,
                const struct hmap *patched_datapaths,
                struct group_table *group_table,
-               const struct simap *ct_zones,
-               struct hmap *flow_table);
+               const struct simap *ct_zones);
 void lflow_destroy(void);
 
 #endif /* ovn/lflow.h */