X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flive.h;h=52608a4f7aeddabb87e2303cd2e730c68b33b8d1;hb=94143186269a93973df9c0710736bf344cf1c6ea;hp=dd6bb6091265b72ac696cfb823e7171129c9319a;hpb=d3e2ba59faddb31870e2ce29b6a881f7ad5ad883;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/live.h b/src/bin/lttng-relayd/live.h index dd6bb6091..52608a4f7 100644 --- a/src/bin/lttng-relayd/live.h +++ b/src/bin/lttng-relayd/live.h @@ -27,7 +27,6 @@ int live_start_threads(struct lttng_uri *live_uri, struct relay_local_data *relay_ctx); void live_stop_threads(void); -struct relay_viewer_stream *live_find_viewer_stream_by_id(uint64_t stream_id, - struct lttng_ht *viewer_streams_ht); +struct relay_viewer_stream *live_find_viewer_stream_by_id(uint64_t stream_id); #endif /* LTTNG_RELAYD_LIVE_H */