X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fsystem-stats.h;h=9f965c632930257cc8f23971585ae1152b428be9;hb=57c8677b511908b3120df3cbf44244423cfefc34;hp=559be692d8dfbfe77c94bd6c9766a79bbd40e809;hpb=ce8876775477a359f3ae14b8cae0ef2212f1681b;p=openvswitch diff --git a/vswitchd/system-stats.h b/vswitchd/system-stats.h index 559be692..9f965c63 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,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 */