summaryrefslogtreecommitdiff
path: root/ovn/controller/chassis.h
diff options
context:
space:
mode:
Diffstat (limited to 'ovn/controller/chassis.h')
-rw-r--r--ovn/controller/chassis.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ovn/controller/chassis.h b/ovn/controller/chassis.h
index 26017d06c..a14da1cf3 100644
--- a/ovn/controller/chassis.h
+++ b/ovn/controller/chassis.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 Nicira, Inc.
+/* Copyright (c) 2015, 2016 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -23,7 +23,8 @@ struct ovsdb_idl;
struct ovsrec_bridge;
void chassis_register_ovs_idl(struct ovsdb_idl *);
-void chassis_run(struct controller_ctx *, const char *chassis_id);
+const struct sbrec_chassis *chassis_run(struct controller_ctx *,
+ const char *chassis_id);
bool chassis_cleanup(struct controller_ctx *, const char *chassis_id);
#endif /* ovn/chassis.h */