X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flive.h;h=5db940b3b915c0528e14d1dc02c7885496fc30ab;hp=5d8b77dd4191a6f7b1a7c38758261d01d2e66fae;hb=d77dded285b058e4242c8a3d2233f80e725ceefc;hpb=424150266e9afc978cca8d00f1d70c31f534e656 diff --git a/src/bin/lttng-relayd/live.h b/src/bin/lttng-relayd/live.h index 5d8b77dd4..5db940b3b 100644 --- a/src/bin/lttng-relayd/live.h +++ b/src/bin/lttng-relayd/live.h @@ -23,9 +23,10 @@ #include "lttng-relayd.h" -int live_start_threads(struct lttng_uri *live_uri, - struct relay_local_data *relay_ctx, int quit_pipe[2]); -void live_stop_threads(void); +int relayd_live_create(struct lttng_uri *live_uri, + struct relay_local_data *relay_ctx); +int relayd_live_stop(void); +int relayd_live_join(void); struct relay_viewer_stream *live_find_viewer_stream_by_id(uint64_t stream_id);