X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=lib%2Fgraph%2Fnotification%2Fevent.c;h=d466852cd26188be29708ee22eb23a336fe9bf8a;hb=862ca4ed7b3a8ef14f69529d252bccc48a33108a;hp=303a65204476b98906afb80f0dbeca17f7b71acb;hpb=0d72b8c329ad51d14ab4e83330b38c2c8da69dd4;p=babeltrace.git diff --git a/lib/graph/notification/event.c b/lib/graph/notification/event.c index 303a6520..d466852c 100644 --- a/lib/graph/notification/event.c +++ b/lib/graph/notification/event.c @@ -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