Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / include / babeltrace / graph / notification-iterator-internal.h
index 90a8ee4760ddff7ea1842bdc9449773dd31979df..e1f9f211a6817e8adc9ef2bac66cc97ef690432a 100644 (file)
@@ -32,6 +32,7 @@
 #include <babeltrace/graph/notification.h>
 #include <babeltrace/graph/notification-iterator.h>
 #include <babeltrace/graph/private-notification-iterator.h>
+#include <babeltrace/types.h>
 
 struct bt_port;
 
@@ -85,7 +86,7 @@ struct bt_notification_iterator {
         */
        uint32_t subscription_mask;
 
-       bool is_ended;
+       bt_bool is_ended;
        void *user_data;
 };
 
This page took 0.023131 seconds and 4 git commands to generate.