X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-timer.c;h=65c9fd3c285bb9803b3110663b0dd107c9ef0d04;hb=abffd1e027df3e0c82b3e0e602b9d0b218f990a6;hp=c1a7fec251e78d2134255f853ea379bcd1a9087c;hpb=5e372a51e284ef579c957e3590f760e4be73251d;p=lttng-tools.git diff --git a/src/common/consumer-timer.c b/src/common/consumer-timer.c index c1a7fec25..65c9fd3c2 100644 --- a/src/common/consumer-timer.c +++ b/src/common/consumer-timer.c @@ -26,7 +26,6 @@ #include #include #include -#include #include "consumer-timer.h" #include "consumer-testpoint.h" @@ -213,7 +212,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;