X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-internal.h;h=eaa77339b13deaf263474a03fd636056b8d6a6cb;hp=fe55a601ff3f6678b6b211d155a32aa02e7abc92;hb=c55a9f585da53ea54ac458155fac3cdec1779d47;hpb=69b772a4f25fc4512abc877662a8c19e404b452c diff --git a/include/babeltrace/graph/component-internal.h b/include/babeltrace/graph/component-internal.h index fe55a601..eaa77339 100644 --- a/include/babeltrace/graph/component-internal.h +++ b/include/babeltrace/graph/component-internal.h @@ -32,6 +32,7 @@ #include #include #include +#include #include #include @@ -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;