X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_rrdcreate.h;h=fdfd6ecb9727f51a6589e551bda125db72018836;hb=HEAD;hp=103ca57070ad3b99fa72183966eefdbd69a1fedc;hpb=32e0d9078b73eeb889b9a1e62be72ded48d33d7d;p=collectd.git diff --git a/src/utils_rrdcreate.h b/src/utils_rrdcreate.h index 103ca570..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 @@ -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;