Pass the consumerd stream's trace archive id to the relayd
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index 25d09980e751a22f0933103d6420834981092eab..b09dd138dfb4777f46b533a694e21f19f2e93c8e 100644 (file)
@@ -84,6 +84,15 @@ struct lttcomm_relayd_add_stream_2_2 {
        uint64_t tracefile_count;
 } LTTNG_PACKED;
 
+struct lttcomm_relayd_add_stream_2_11 {
+       uint32_t channel_name_len;
+       uint32_t pathname_len;
+       uint64_t tracefile_size;
+       uint64_t tracefile_count;
+       uint64_t trace_archive_id;
+       char names[];
+} LTTNG_PACKED;
+
 /*
  * Answer from an add stream command.
  */
This page took 0.022746 seconds and 4 git commands to generate.