relayd comm: add base path to create session
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index 37b522a91c153487708c1f1b6afeb45b29f268d4..af07f5ccfd7a0f17fc53d7dc1846c2f32c552420 100644 (file)
@@ -220,7 +220,8 @@ int consumer_send_relayd_socket(struct consumer_socket *consumer_sock,
                enum lttng_stream_type type, uint64_t session_id,
                const char *session_name, const char *hostname,
                const char *base_path, int session_live_timer,
                enum lttng_stream_type type, uint64_t session_id,
                const char *session_name, const char *hostname,
                const char *base_path, int session_live_timer,
-               const uint64_t *current_chunk_id, time_t session_creation_time);
+               const uint64_t *current_chunk_id, time_t session_creation_time,
+               bool session_name_contains_creation_time);
 int consumer_send_channel_monitor_pipe(struct consumer_socket *consumer_sock,
                int pipe);
 int consumer_send_destroy_relayd(struct consumer_socket *sock,
 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.023388 seconds and 4 git commands to generate.