Treewide: use bool instead of _Bool
[collectd.git] / src / modbus.c
index daa3c02..2f1a682 100644 (file)
@@ -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;