X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmodbus.c;h=2f1a6820fa716b13670fce51f2284e435820069f;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=daa3c028f5711ef685982071192f5d0d7e4e831f;hpb=687e10aea101bf6338d31e69dd6537202bc5acc1;p=collectd.git diff --git a/src/modbus.c b/src/modbus.c index daa3c028..2f1a6820 100644 --- a/src/modbus.c +++ b/src/modbus.c @@ -135,7 +135,7 @@ struct mb_host_s /* {{{ */ #else modbus_t *connection; #endif - _Bool is_connected; + bool is_connected; }; /* }}} */ typedef struct mb_host_s mb_host_t;