Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / include / babeltrace / plugin / plugin-so-internal.h
index 9c511769220656c6bb3796af58b0370357f7170b..07df7422eea6b8b390476630e81fd3bf18414d4b 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <glib.h>
 #include <gmodule.h>
+#include <babeltrace/types.h>
 
 struct bt_plugin;
 struct bt_component_class;
@@ -40,7 +41,7 @@ struct bt_plugin_so_shared_lib_handle {
        GModule *module;
 
        /* True if initialization function was called */
-       bool init_called;
+       bt_bool init_called;
        bt_plugin_exit_func exit;
 };
 
This page took 0.02832 seconds and 4 git commands to generate.