X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-relayd%2Flive.h;h=5d8b77dd4191a6f7b1a7c38758261d01d2e66fae;hb=424150266e9afc978cca8d00f1d70c31f534e656;hp=52608a4f7aeddabb87e2303cd2e730c68b33b8d1;hpb=b92fdc2bf5e3474d62c8d1c554ddd2a8fd2c043c;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/live.h b/src/bin/lttng-relayd/live.h index 52608a4f7..5d8b77dd4 100644 --- a/src/bin/lttng-relayd/live.h +++ b/src/bin/lttng-relayd/live.h @@ -24,7 +24,7 @@ #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);