ovs-vswitchd: Allow bridge code to manage the database connection itself.
[sliver-openvswitch.git] / vswitchd / bridge.h
index 44ce9a1..42ba4e5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008, 2009 Nicira Networks
+/* Copyright (c) 2008, 2009, 2010 Nicira Networks
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 #include <stdbool.h>
 #include <stdint.h>
 
-struct ovsrec_open_vswitch;
 struct svec;
 
-void bridge_init(const struct ovsrec_open_vswitch *);
-void bridge_reconfigure(const struct ovsrec_open_vswitch *);
-int bridge_run(void);
+void bridge_init(const char *remote);
+void bridge_run(void);
 void bridge_wait(void);
 
 #endif /* bridge.h */