Fix: honor base path for network URIs
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index 6fc17ad53737706f3edca3f49bd267d7c7cbe826..37b522a91c153487708c1f1b6afeb45b29f268d4 100644 (file)
@@ -219,8 +219,8 @@ int consumer_send_relayd_socket(struct consumer_socket *consumer_sock,
                struct lttcomm_relayd_sock *rsock, struct consumer_output *consumer,
                enum lttng_stream_type type, uint64_t session_id,
                const char *session_name, const char *hostname,
-               int session_live_timer, const uint64_t *current_chunk_id,
-               time_t session_creation_time);
+               const char *base_path, int session_live_timer,
+               const uint64_t *current_chunk_id, time_t session_creation_time);
 int consumer_send_channel_monitor_pipe(struct consumer_socket *consumer_sock,
                int pipe);
 int consumer_send_destroy_relayd(struct consumer_socket *sock,
This page took 0.023465 seconds and 4 git commands to generate.