]> git.ipfire.org Git - thirdparty/collectd.git/commit
strbuf: Use <stdbool.h> instead of _Bool.
authorFlorian Forster <octo@collectd.org>
Fri, 18 Sep 2020 19:32:15 +0000 (21:32 +0200)
committerFlorian Forster <octo@google.com>
Tue, 22 Sep 2020 09:05:42 +0000 (11:05 +0200)
commit46418da75b532d12e632a92b0c6f2b25c7bffaad
treee3b11bdc8e8222dd932690eda51cf82a8270bc60
parentbc02a12bb330fdf6f87ae0e5a6bbecd9d5bac6ab
strbuf: Use <stdbool.h> instead of _Bool.

C++, e.g. the gRPC plugin, cannot deal with _Bool.
src/utils/strbuf/strbuf.h