lib: prepare the ground for stateful query operations
[babeltrace.git] / include / babeltrace2 / types.h
index 5b49f50cbb9f700d79f46328028f2e77a8c593f1..54bfc4853ffc7814143dc0534d827ae75137746b 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;
@@ -127,6 +129,7 @@ typedef struct bt_port bt_port;
 typedef struct bt_port_input bt_port_input;
 typedef struct bt_port_output bt_port_output;
 typedef struct bt_port_output_message_iterator bt_port_output_message_iterator;
+typedef struct bt_private_query_executor bt_private_query_executor;
 typedef struct bt_query_executor bt_query_executor;
 typedef struct bt_self_component bt_self_component;
 typedef struct bt_self_component_class bt_self_component_class;
This page took 0.024068 seconds and 4 git commands to generate.