Refactor relayd main/set_options/cleanup
[lttng-tools.git] / src / bin / lttng-relayd / live.h
index 52608a4f7aeddabb87e2303cd2e730c68b33b8d1..5db940b3b915c0528e14d1dc02c7885496fc30ab 100644 (file)
 
 #include "lttng-relayd.h"
 
-int live_start_threads(struct lttng_uri *live_uri,
+int relayd_live_create(struct lttng_uri *live_uri,
                struct relay_local_data *relay_ctx);
-void live_stop_threads(void);
+int relayd_live_stop(void);
+int relayd_live_join(void);
 
 struct relay_viewer_stream *live_find_viewer_stream_by_id(uint64_t stream_id);
 
This page took 0.022875 seconds and 4 git commands to generate.