summaryrefslogtreecommitdiff
path: root/ovn/controller/physical.h
diff options
context:
space:
mode:
Diffstat (limited to 'ovn/controller/physical.h')
-rw-r--r--ovn/controller/physical.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ovn/controller/physical.h b/ovn/controller/physical.h
index 901962189..3dfc64c43 100644
--- a/ovn/controller/physical.h
+++ b/ovn/controller/physical.h
@@ -49,6 +49,7 @@ void physical_run(struct controller_ctx *, enum mf_field_id mff_ovn_geneve,
const struct simap *ct_zones, struct lport_index *,
struct hmap *flow_table, struct hmap *local_datapaths,
const struct sset *local_lports,
- struct chassis_index *chassis_index);
+ struct chassis_index *chassis_index,
+ struct sset *active_tunnels);
#endif /* ovn/physical.h */