ofproto: Fix potential leak during flow mods.
[sliver-openvswitch.git] / vswitchd / system-stats.h
index 9f965c6..83b4bcb 100644 (file)
 #ifndef VSWITCHD_SYSTEM_STATS
 #define VSWITCHD_SYSTEM_STATS 1
 
-struct smap;
+#include <stdbool.h>
 
-void get_system_stats(struct smap *);
+void system_stats_enable(bool enable);
+struct smap *system_stats_run(void);
+void system_stats_wait(void);
 
 #endif /* vswitchd/system-stats.h */