summaryrefslogtreecommitdiff
path: root/ovn/controller/gchassis.h
diff options
context:
space:
mode:
Diffstat (limited to 'ovn/controller/gchassis.h')
-rw-r--r--ovn/controller/gchassis.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ovn/controller/gchassis.h b/ovn/controller/gchassis.h
index c16529e74..901be4491 100644
--- a/ovn/controller/gchassis.h
+++ b/ovn/controller/gchassis.h
@@ -21,8 +21,8 @@
#include "openvswitch/hmap.h"
#include "openvswitch/list.h"
-struct chassis_index;
struct ovsdb_idl;
+struct ovsdb_idl_index;
struct sbrec_chassis;
struct sbrec_gateway_chassis;
struct sbrec_port_binding;
@@ -44,8 +44,8 @@ struct gateway_chassis {
/* Gets, and orders by priority/name the list of Gateway_Chassis */
struct ovs_list *gateway_chassis_get_ordered(
- const struct sbrec_port_binding *binding,
- const struct chassis_index *chassis_index);
+ struct ovsdb_idl_index *sbrec_chassis_by_name,
+ const struct sbrec_port_binding *binding);
/* Checks if an specific chassis is contained in the gateway_chassis
* list */