summaryrefslogtreecommitdiff
path: root/vswitchd/system-stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'vswitchd/system-stats.h')
-rw-r--r--vswitchd/system-stats.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/vswitchd/system-stats.h b/vswitchd/system-stats.h
index 9f965c632..83b4bcbcf 100644
--- a/vswitchd/system-stats.h
+++ b/vswitchd/system-stats.h
@@ -16,8 +16,10 @@
#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 */