X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fbridge.h;h=42ba4e5cc2830cc4dbfde920664f2c5133ce029a;hb=2d8b103caa9fbd65f62c7727aa7ba4b3d0467a39;hp=a7250b29f4e7e5a88d40a49513ab952ae38e9a66;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/vswitchd/bridge.h b/vswitchd/bridge.h index a7250b29..42ba4e5c 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. @@ -16,17 +16,13 @@ #ifndef VSWITCHD_BRIDGE_H #define VSWITCHD_BRIDGE_H 1 -#include -#include "list.h" +#include +#include struct svec; -void bridge_init(void); -void bridge_reconfigure(void); -int bridge_run(void); +void bridge_init(const char *remote); +void bridge_run(void); void bridge_wait(void); -bool bridge_exists(const char *); -uint64_t bridge_get_datapathid(const char *name); -void bridge_get_ifaces(struct svec *svec); #endif /* bridge.h */