ovn-controller: Add incremental processing to lflow_run and physical_run
[cascardo/ovs.git] / ovn / controller / lflow.h
index 4351fd0..c512a26 100644 (file)
@@ -67,5 +67,6 @@ void lflow_run(struct controller_ctx *, const struct lport_index *,
                struct group_table *group_table,
                const struct simap *ct_zones);
 void lflow_destroy(void);
+void lflow_reset_processing(void);
 
 #endif /* ovn/lflow.h */