Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / include / babeltrace / graph / component-internal.h
index fe55a601ff3f6678b6b211d155a32aa02e7abc92..eaa77339b13deaf263474a03fd636056b8d6a6cb 100644 (file)
@@ -32,6 +32,7 @@
 #include <babeltrace/graph/component-class-internal.h>
 #include <babeltrace/graph/port-internal.h>
 #include <babeltrace/object-internal.h>
+#include <babeltrace/types.h>
 #include <glib.h>
 #include <stdio.h>
 
@@ -61,7 +62,7 @@ struct bt_component {
         * Used to protect operations which may only be used during
         * a component's initialization.
         */
-       bool initializing;
+       bt_bool initializing;
 
        /* Input and output ports (weak references) */
        GPtrArray *input_ports;
This page took 0.025699 seconds and 4 git commands to generate.