X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fplugin.c;h=20fe61cd523dfe6db6229e3996e332a13cc7ca5e;hb=49b5a4d2e8e4fb1e4f67c2a368d8d2e3e76b765f;hp=79df55e589ee967a4cf9e4819d4cada6c29dfae0;hpb=64e6b4e43c4d5064e3619bd259169df2c1e3583d;p=sysdb.git diff --git a/src/core/plugin.c b/src/core/plugin.c index 79df55e..20fe61c 100644 --- a/src/core/plugin.c +++ b/src/core/plugin.c @@ -107,7 +107,7 @@ static sdb_plugin_ctx_t plugin_default_ctx = SDB_PLUGIN_CTX_INIT; static sdb_plugin_info_t plugin_default_info = SDB_PLUGIN_INFO_INIT; static pthread_key_t plugin_ctx_key; -static _Bool plugin_ctx_key_initialized = 0; +static bool plugin_ctx_key_initialized = 0; /* a list of the plugin contexts of all registered plugins */ static sdb_llist_t *all_plugins = NULL; @@ -1140,7 +1140,7 @@ sdb_plugin_log(int prio, const char *msg) sdb_llist_iter_t *iter; int ret = -1; - _Bool logged = 0; + bool logged = 0; if (! msg) return 0;