X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fpf.c;h=aa2a53a411eb5ccd9b83ca085bcee78668df4958;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=1e4c465b1fe658cffb5e6dbf41982679acc31c2e;hpb=084761bb8a360ac0f9e21ad43c82312676cc4a37;p=collectd.git diff --git a/src/pf.c b/src/pf.c index 1e4c465b..aa2a53a4 100644 --- a/src/pf.c +++ b/src/pf.c @@ -58,7 +58,7 @@ static char const *pf_scounters[SCNT_MAX + 1] = SCNT_NAMES; static char const *pf_device = "/dev/pf"; static void pf_submit(char const *type, char const *type_instance, uint64_t val, - _Bool is_gauge) { + bool is_gauge) { value_t values[1]; value_list_t vl = VALUE_LIST_INIT;