ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / vswitchd / bridge.h
index 42ba4e5cc2830cc4dbfde920664f2c5133ce029a..c1b0a2b52306278352b4ff8e54a851b822e39a44 100644 (file)
@@ -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.
 #ifndef VSWITCHD_BRIDGE_H
 #define VSWITCHD_BRIDGE_H 1
 
-#include <stdbool.h>
-#include <stdint.h>
-
-struct svec;
+struct simap;
 
 void bridge_init(const char *remote);
+void bridge_exit(void);
+
 void bridge_run(void);
+void bridge_run_fast(void);
 void bridge_wait(void);
 
+void bridge_get_memory_usage(struct simap *usage);
+
 #endif /* bridge.h */