X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-timer.c;h=1408052431aac3613db4e912c505320dd497e1ba;hb=70190e1c2ba092cd35a9e0b53c0ce8a6bf260d50;hp=d36e2bccfdd08cb304d2d362403325db85c4c3af;hpb=3f0c88379cfbbbec84641e13b21f290a563f8729;p=lttng-tools.git diff --git a/src/common/consumer-timer.c b/src/common/consumer-timer.c index d36e2bccf..140805243 100644 --- a/src/common/consumer-timer.c +++ b/src/common/consumer-timer.c @@ -27,7 +27,6 @@ #include #include #include -#include #include "consumer-timer.h" #include "consumer-testpoint.h" @@ -214,7 +213,7 @@ static int check_ust_stream(struct lttng_consumer_stream *stream) ret = -1; goto error_unlock; } - ret = ustctl_get_stream_id(stream->ustream, &stream_id); + ret = lttng_ustconsumer_get_stream_id(stream, &stream_id); if (ret < 0) { PERROR("ustctl_get_stream_id"); goto error_unlock;