X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.h;h=7bffee8ad10bcbd170f05286f64e9b749575b11c;hb=a6b7506dab305d91fc5f2ac6416a714e5fa09dd4;hp=42ba4e5cc2830cc4dbfde920664f2c5133ce029a;hpb=c5187f17b6f0db57fa81f5f2ef2cd7c619791651;p=sliver-openvswitch.git diff --git a/vswitchd/bridge.h b/vswitchd/bridge.h index 42ba4e5cc..7bffee8ad 100644 --- a/vswitchd/bridge.h +++ b/vswitchd/bridge.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010 Nicira Networks +/* Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,13 +16,14 @@ #ifndef VSWITCHD_BRIDGE_H #define VSWITCHD_BRIDGE_H 1 -#include -#include - -struct svec; +struct simap; void bridge_init(const char *remote); +void bridge_exit(void); + void bridge_run(void); void bridge_wait(void); +void bridge_get_memory_usage(struct simap *usage); + #endif /* bridge.h */