X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fsystem-stats.h;h=83b4bcbcf6a27d8435ee333eb8d3a7c431ef6a26;hb=a6ca7c672f6d5aaf24111d3414ea132ec36b40d6;hp=559be692d8dfbfe77c94bd6c9766a79bbd40e809;hpb=ce8876775477a359f3ae14b8cae0ef2212f1681b;p=sliver-openvswitch.git diff --git a/vswitchd/system-stats.h b/vswitchd/system-stats.h index 559be692d..83b4bcbcf 100644 --- a/vswitchd/system-stats.h +++ b/vswitchd/system-stats.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 Nicira Networks +/* 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,10 @@ #ifndef VSWITCHD_SYSTEM_STATS #define VSWITCHD_SYSTEM_STATS 1 -void get_system_stats(struct shash *); +#include + +void system_stats_enable(bool enable); +struct smap *system_stats_run(void); +void system_stats_wait(void); #endif /* vswitchd/system-stats.h */