X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fethstat.c;h=c234d7e852531bd54ed63c01d58e954afc94a8d6;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=c5b02d3eb327799af3a6ef45006013e3cce04e2e;hpb=4c4988b1c5d33ed70b2d6d6e5a4eae13cab9255b;p=collectd.git diff --git a/src/ethstat.c b/src/ethstat.c index c5b02d3e..c234d7e8 100644 --- a/src/ethstat.c +++ b/src/ethstat.c @@ -53,7 +53,7 @@ static size_t interfaces_num = 0; static c_avl_tree_t *value_map = NULL; -static _Bool collect_mapped_only = 0; +static bool collect_mapped_only = 0; static int ethstat_add_interface(const oconfig_item_t *ci) /* {{{ */ {