X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.h;h=42ba4e5cc2830cc4dbfde920664f2c5133ce029a;hb=8828e5c714ed2b8af3158b0149d47cda1bdc69dc;hp=44ce9a1efd05b1141b1bbb9c0aecf328d81b5fb1;hpb=cc020c766e6a691e6e0deed1d9843cdced59445c;p=sliver-openvswitch.git diff --git a/vswitchd/bridge.h b/vswitchd/bridge.h index 44ce9a1ef..42ba4e5cc 100644 --- a/vswitchd/bridge.h +++ b/vswitchd/bridge.h @@ -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. @@ -19,12 +19,10 @@ #include #include -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 */