Code

mqtt plugin: Don't use <stdbool.h>.
authorFlorian Forster <octo@collectd.org>
Fri, 21 Nov 2014 09:38:55 +0000 (10:38 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 6 Jul 2015 12:07:10 +0000 (14:07 +0200)
commit979c7095f7d82b5e03513aa41605235703f0d559
treea04ecf79b85e64c36ef8d4ff8a740e25aed76d39
parent5473c87303271d1e25e83fd05c204221cc490f7e
mqtt plugin: Don't use <stdbool.h>.

Instead, use the standard _Bool type.
src/mqtt.c