Update version to v2.4.0-rc2
[lttng-tools.git] / src / bin / lttng-relayd / live.h
index dd6bb6091265b72ac696cfb823e7171129c9319a..5d8b77dd4191a6f7b1a7c38758261d01d2e66fae 100644 (file)
 #include "lttng-relayd.h"
 
 int live_start_threads(struct lttng_uri *live_uri,
-               struct relay_local_data *relay_ctx);
+               struct relay_local_data *relay_ctx, int quit_pipe[2]);
 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 */
This page took 0.022962 seconds and 4 git commands to generate.