Code

Use stdbool.h's bool type instead of _Bool.
[sysdb.git] / src / plugins / timeseries / rrdtool.c
index 8ea734fb643c42e8c518c7dbd51739635d5930c5..7d6c30b68ff236d6b59dc417fce56706fe63dde0 100644 (file)
@@ -47,7 +47,7 @@ SDB_PLUGIN_MAGIC;
 /* Current versions of RRDtool do not support multiple RRDCacheD client
  * connections. Use this to guard against multiple configured RRDCacheD
  * instances. */
-static _Bool rrdcached_in_use = 0;
+static bool rrdcached_in_use = 0;
 
 /*
  * plugin API