X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fplugin.h;fp=src%2Finclude%2Fcore%2Fplugin.h;h=6580e90dfcd55a8df4ea52e0ae4ee4ff3ef7d57e;hp=4e5d1046660896bb91bb5759309fda23da448758;hb=49b5a4d2e8e4fb1e4f67c2a368d8d2e3e76b765f;hpb=64e6b4e43c4d5064e3619bd259169df2c1e3583d diff --git a/src/include/core/plugin.h b/src/include/core/plugin.h index 4e5d104..6580e90 100644 --- a/src/include/core/plugin.h +++ b/src/include/core/plugin.h @@ -36,6 +36,7 @@ #include "liboconfig/oconfig.h" #include +#include #ifdef __cplusplus extern "C" { @@ -70,7 +71,7 @@ typedef struct { int sdb_module_init(sdb_plugin_info_t *info) typedef struct { - _Bool do_loop; + bool do_loop; sdb_time_t default_interval; } sdb_plugin_loop_t; #define SDB_PLUGIN_LOOP_INIT { 1, 0 }