From: Svetlana Shmidt Date: Thu, 13 Aug 2020 09:46:29 +0000 (+0500) Subject: remove bucket_t definition from the header file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af3df61b6b5bb7d7047aa963fbfc40b4e4eb94c5;p=thirdparty%2Fcollectd.git remove bucket_t definition from the header file --- diff --git a/distbench/function.h b/distbench/function.h index b214a92ee..f79d2be33 100644 --- a/distbench/function.h +++ b/distbench/function.h @@ -29,10 +29,8 @@ #include"collectd.h" -typedef struct bucket_s { - uint64_t bucket_counter; - double maximum; -} bucket_t; +struct bucket_s; +typedef struct bucket_s bucket_t; struct distribution_s; typedef struct distribution_s distribution_t;