system-stats: Use "smap" instead of "shash".
[openvswitch] / vswitchd / system-stats.h
index ac4a65e3c83933d8b18f70b43c95794aebb15ee3..9f965c632930257cc8f23971585ae1152b428be9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010 Nicira, Inc.
+/* Copyright (c) 2010, 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_SYSTEM_STATS
 #define VSWITCHD_SYSTEM_STATS 1
 
-void get_system_stats(struct shash *);
+struct smap;
+
+void get_system_stats(struct smap *);
 
 #endif /* vswitchd/system-stats.h */