X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_rrdcreate.h;h=103ca57070ad3b99fa72183966eefdbd69a1fedc;hb=refs%2Fheads%2Fcollectd-5.0;hp=6208a6fcd362e258689a38d711e333ae3f7850df;hpb=2f712e8af3ae9461df24fe92098b44a0ee07d291;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;