]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
remove bucket_t definition from the header file
authorSvetlana Shmidt <sshmidt@google.com>
Thu, 13 Aug 2020 09:46:29 +0000 (14:46 +0500)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 09:46:29 +0000 (14:46 +0500)
distbench/function.h

index b214a92eed0c630358f611d071e623511cd26d32..f79d2be33372865ca652e9db07cde6516d1dbcf7 100644 (file)
 
 #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;