Accept uid and gid parameters in utils_mkdir()/utils_mkdir_recursive()
[lttng-tools.git] / src / bin / lttng-relayd / live.h
index dd6bb6091265b72ac696cfb823e7171129c9319a..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,
-               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.026785 seconds and 5 git commands to generate.