diff options
Diffstat (limited to 'ovn/controller/patch.h')
-rw-r--r-- | ovn/controller/patch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ovn/controller/patch.h b/ovn/controller/patch.h index 2feb44bec..bcc89b60b 100644 --- a/ovn/controller/patch.h +++ b/ovn/controller/patch.h @@ -28,6 +28,6 @@ struct ovsrec_bridge; struct sbrec_chassis; void patch_run(struct controller_ctx *, const struct ovsrec_bridge *br_int, - const struct sbrec_chassis *, struct hmap *local_datapaths); + const struct sbrec_chassis *); #endif /* ovn/patch.h */ |