lib: standardize listener ID types with new `bt_listener_id` type
[babeltrace.git] / include / babeltrace2 / types.h
index 5b49f50cbb9f700d79f46328028f2e77a8c593f1..7f40fd8c3d2654f78bf2ce598d1cc87ab8f67c7a 100644 (file)
@@ -78,6 +78,8 @@ if (ret) {
 */
 typedef int bt_bool;
 
+typedef uint64_t bt_listener_id;
+
 typedef const uint8_t *bt_uuid;
 
 typedef struct bt_clock_class bt_clock_class;
This page took 0.023275 seconds and 4 git commands to generate.