X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-relayd%2Flive.h;h=52608a4f7aeddabb87e2303cd2e730c68b33b8d1;hb=92c6ca54f70068b7cd440d0ccc58610fe9b9d010;hp=dd6bb6091265b72ac696cfb823e7171129c9319a;hpb=84a182ce022e128395c8d1e5762883f5825582d7;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 */