Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / include / babeltrace / graph / component-class-internal.h
index 5f84dcd4edfe26de2bdeac332876c4ae3ec962a8..03314845d9f3536493fbec9606898cca86a3737b 100644 (file)
@@ -35,7 +35,7 @@
 #include <babeltrace/graph/component-class-sink.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/object-internal.h>
-#include <stdbool.h>
+#include <babeltrace/types.h>
 #include <glib.h>
 
 struct bt_component_class;
@@ -64,7 +64,7 @@ struct bt_component_class {
        } methods;
        /* Array of struct bt_component_class_destroy_listener */
        GArray *destroy_listeners;
-       bool frozen;
+       bt_bool frozen;
 };
 
 struct bt_component_class_iterator_methods {
This page took 0.023267 seconds and 4 git commands to generate.