Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / include / babeltrace / graph / notification-heap.h
index 8eb2f7f80b96a962353692811a5512809763c9a4..51f2b3151e829286c5e9bd5d57503d685da62b35 100644 (file)
@@ -27,9 +27,9 @@
  */
 
 #include <stddef.h>
-#include <stdbool.h>
 #include <babeltrace/graph/notification.h>
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/types.h>
 
 /**
  * bt_notification_time_compare - Compare two notifications' timestamps
@@ -40,7 +40,7 @@
  * used to order the notifications. This criterion shall ensure a consistent
  * ordering over multiple runs.
  */
-typedef bool (*bt_notification_time_compare_func)(
+typedef bt_bool (*bt_notification_time_compare_func)(
                struct bt_notification *a, struct bt_notification *b,
                void *user_data);
 
This page took 0.023984 seconds and 4 git commands to generate.