X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Futils_rrdcreate.h;h=103ca57070ad3b99fa72183966eefdbd69a1fedc;hb=efa4700ad47969749b0fca622294fd006b2d7cb8;hp=6208a6fcd362e258689a38d711e333ae3f7850df;hpb=568420ac172981edccb8587cc9651952fe350365;p=collectd.git diff --git a/src/utils_rrdcreate.h b/src/utils_rrdcreate.h index 6208a6fc..103ca570 100644 --- a/src/utils_rrdcreate.h +++ b/src/utils_rrdcreate.h @@ -22,9 +22,13 @@ #ifndef UTILS_RRDCREATE_H #define UTILS_RRDCREATE_H 1 +#include "plugin.h" + +#include + struct rrdcreate_config_s { - int stepsize; + unsigned long stepsize; int heartbeat; int rrarows; double xff;