X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_rrdcreate.h;h=fdfd6ecb9727f51a6589e551bda125db72018836;hb=HEAD;hp=935e4e0783dd7710640cb97869c45a7711d8f782;hpb=576d966de9a98aacd1a2740abb349022cc32d913;p=collectd.git diff --git a/src/utils_rrdcreate.h b/src/utils_rrdcreate.h index 935e4e07..fdfd6ecb 100644 --- a/src/utils_rrdcreate.h +++ b/src/utils_rrdcreate.h @@ -1,6 +1,6 @@ /** * collectd - src/utils_rrdcreate.h - * Copyright (C) 2008 Florian octo Forster + * Copyright (C) 2008-2013 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -16,7 +16,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: - * Florian octo Forster + * Florian octo Forster **/ #ifndef UTILS_RRDCREATE_H @@ -28,7 +28,7 @@ struct rrdcreate_config_s { - int stepsize; + unsigned long stepsize; int heartbeat; int rrarows; double xff; @@ -38,6 +38,8 @@ struct rrdcreate_config_s char **consolidation_functions; size_t consolidation_functions_num; + + _Bool async; }; typedef struct rrdcreate_config_s rrdcreate_config_t;