lib: split trace API into trace class and trace APIs
[babeltrace.git] / lib / graph / notification / event.c
index 303a65204476b98906afb80f0dbeca17f7b71acb..d466852cd26188be29708ee22eb23a336fe9bf8a 100644 (file)
@@ -50,7 +50,7 @@ static inline bool event_class_has_trace(struct bt_event_class *event_class)
 
        stream_class = bt_event_class_borrow_stream_class(event_class);
        BT_ASSERT(stream_class);
-       return bt_stream_class_borrow_trace(stream_class) != NULL;
+       return bt_stream_class_borrow_trace_class(stream_class) != NULL;
 }
 
 BT_HIDDEN
This page took 0.024569 seconds and 4 git commands to generate.