lib: split trace API into trace class and trace APIs
[babeltrace.git] / include / babeltrace / trace-ir / stream-class-internal.h
index 72bbdd2bffac429f500e480385cc7fedc142181e..8774db7a9036beb7658599f5f41b5c69135fc21e 100644 (file)
@@ -80,7 +80,7 @@ void _bt_stream_class_freeze(const struct bt_stream_class *stream_class);
 #endif
 
 static inline
-struct bt_trace *bt_stream_class_borrow_trace_inline(
+struct bt_trace_class *bt_stream_class_borrow_trace_class_inline(
                const struct bt_stream_class *stream_class)
 {
        BT_ASSERT(stream_class);
This page took 0.024075 seconds and 4 git commands to generate.