X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.h;h=c1b0a2b52306278352b4ff8e54a851b822e39a44;hb=2a73b1d73d4bdb9ff8bc760114647bef529a1181;hp=2d3883384bd32d7726b5d323652a8431ed4a0676;hpb=5fcc0d004ae0aa080deed51c842d074a83ec1f67;p=sliver-openvswitch.git diff --git a/vswitchd/bridge.h b/vswitchd/bridge.h index 2d3883384..c1b0a2b52 100644 --- a/vswitchd/bridge.h +++ b/vswitchd/bridge.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010, 2011 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,6 +16,8 @@ #ifndef VSWITCHD_BRIDGE_H #define VSWITCHD_BRIDGE_H 1 +struct simap; + void bridge_init(const char *remote); void bridge_exit(void); @@ -23,4 +25,6 @@ void bridge_run(void); void bridge_run_fast(void); void bridge_wait(void); +void bridge_get_memory_usage(struct simap *usage); + #endif /* bridge.h */