X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fsystem-stats.h;h=83b4bcbcf6a27d8435ee333eb8d3a7c431ef6a26;hb=3d974905842e211a62d198b0b8ae752f173d0efc;hp=ac4a65e3c83933d8b18f70b43c95794aebb15ee3;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/vswitchd/system-stats.h b/vswitchd/system-stats.h index ac4a65e3..83b4bcbc 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 */