X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fsystem-stats.h;h=83b4bcbcf6a27d8435ee333eb8d3a7c431ef6a26;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=ac4a65e3c83933d8b18f70b43c95794aebb15ee3;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=sliver-openvswitch.git diff --git a/vswitchd/system-stats.h b/vswitchd/system-stats.h index ac4a65e3c..83b4bcbcf 100644 --- a/vswitchd/system-stats.h +++ b/vswitchd/system-stats.h @@ -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,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 */