relayd: add remote trace chunk creation command
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index fd456a3a1502311423c18f1b27d887b9d107072d..f86dde3d1243d70f26769e9efaa893fed1a89a66 100644 (file)
@@ -237,4 +237,13 @@ struct lttcomm_relayd_rotate_stream {
        char new_pathname[];
 } LTTNG_PACKED;
 
+struct lttcomm_relayd_create_trace_chunk {
+       uint64_t chunk_id;
+       /* Seconds since EPOCH. */
+       uint64_t creation_timestamp;
+       /* Includes trailing NULL. */
+       uint32_t override_name_length;
+       char override_name[];
+} LTTNG_PACKED;
+
 #endif /* _RELAYD_COMM */
This page took 0.022871 seconds and 4 git commands to generate.