Fix: src.ctf.lttng-live: emitting stream end msg with no stream
[babeltrace.git] / include / babeltrace2 / trace-ir / trace-const.h
index b55a5395750038f48e634e2b6bb08db15534d39e..d4410a2dd1db59977c7ed5e98b9a94fbbe0009e6 100644 (file)
@@ -38,6 +38,9 @@ extern "C" {
 typedef void (* bt_trace_destruction_listener_func)(
                const bt_trace *trace, void *data);
 
+extern const bt_value *bt_trace_borrow_user_attributes_const(
+               const bt_trace *trace);
+
 extern const bt_trace_class *bt_trace_borrow_class_const(
                const bt_trace *trace);
 
@@ -70,7 +73,7 @@ typedef enum bt_trace_add_listener_status {
 extern bt_trace_add_listener_status bt_trace_add_destruction_listener(
                const bt_trace *trace,
                bt_trace_destruction_listener_func listener,
-               void *data, uint64_t *listener_id);
+               void *data, bt_listener_id *listener_id);
 
 typedef enum bt_trace_remove_listener_status {
        BT_TRACE_REMOVE_LISTENER_STATUS_MEMORY_ERROR    = __BT_FUNC_STATUS_MEMORY_ERROR,
@@ -78,7 +81,7 @@ typedef enum bt_trace_remove_listener_status {
 } bt_trace_remove_listener_status;
 
 extern bt_trace_remove_listener_status bt_trace_remove_destruction_listener(
-               const bt_trace *trace, uint64_t listener_id);
+               const bt_trace *trace, bt_listener_id listener_id);
 
 extern void bt_trace_get_ref(const bt_trace *trace);
 
This page took 0.02342 seconds and 4 git commands to generate.