Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / plugin / plugin-so.h
index 377fa0d298c56ba46396ad3139c925659d78ed13..b9d0499642c5272c34c0cf278407a010b4c0d341 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <glib.h>
 #include <gmodule.h>
+#include <stdbool.h>
 #include <babeltrace2/types.h>
 #include "common/macros.h"
 
@@ -39,7 +40,7 @@ struct bt_plugin_so_shared_lib_handle {
 
        /* True if initialization function was called */
        bt_bool init_called;
-       bt_plugin_exit_func exit;
+       bt_plugin_finalize_func exit;
 };
 
 struct bt_plugin_so_spec_data {
This page took 0.037226 seconds and 4 git commands to generate.