varnish plugin: Fix implicit cast from int to bool.
authorFlorian Forster <octo@collectd.org>
Wed, 2 Dec 2015 09:43:42 +0000 (10:43 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 2 Dec 2015 09:43:42 +0000 (10:43 +0100)
commit96c33de27441f6487ed252e22f7c1129d5bf05fc
treed708425ebd7d8559773f99b70d6d3700bceaf7f2
parent4d18f9802a657dea2e88241a1a77bb28940a2b01
varnish plugin: Fix implicit cast from int to bool.

Also revert the inclusion of <stdbool.h> as per our coding guidelines.
The native C99 _Bool is used instead.
src/varnish.c