lib: remove "unknown clock snapshot" concept
[babeltrace.git] / include / babeltrace / trace-ir / trace.h
index d00570e39affb2a759c47c6c316683da71e9face..36565dfc5e1e0b0bded876e1c11e8ca4f4905b9f 100644 (file)
@@ -30,6 +30,9 @@
 /* For bt_bool, bt_trace, bt_trace_class, bt_stream */
 #include <babeltrace/types.h>
 
+/* For bt_trace_status */
+#include <babeltrace/trace-ir/trace-const.h>
+
 #include <stdint.h>
 
 #ifdef __cplusplus
@@ -40,7 +43,8 @@ extern bt_trace_class *bt_trace_borrow_class(bt_trace *trace);
 
 extern bt_trace *bt_trace_create(bt_trace_class *trace_class);
 
-extern int bt_trace_set_name(bt_trace *trace, const char *name);
+extern bt_trace_status bt_trace_set_name(bt_trace *trace,
+               const char *name);
 
 extern bt_stream *bt_trace_borrow_stream_by_index(bt_trace *trace,
                uint64_t index);
@@ -48,8 +52,6 @@ extern bt_stream *bt_trace_borrow_stream_by_index(bt_trace *trace,
 extern bt_stream *bt_trace_borrow_stream_by_id(bt_trace *trace,
                uint64_t id);
 
-extern int bt_trace_make_static(bt_trace *trace);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.023768 seconds and 4 git commands to generate.