Pass the consumerd stream's trace archive id to the relayd
[lttng-tools.git] / src / common / relayd / relayd.c
index 53ee58b2edcdc89464ceae7d610702e7ff0f4085..b88a536b95a7b6d5edd95d6096959b4806f821cc 100644 (file)
@@ -404,7 +404,8 @@ error:
  */
 int relayd_add_stream(struct lttcomm_relayd_sock *rsock, const char *channel_name,
                const char *pathname, uint64_t *stream_id,
-               uint64_t tracefile_size, uint64_t tracefile_count)
+               uint64_t tracefile_size, uint64_t tracefile_count,
+               uint64_t trace_archive_id)
 {
        int ret;
        struct lttcomm_relayd_status_stream reply;
This page took 0.024844 seconds and 5 git commands to generate.