relayd: Transmit current trace chunk id in create_sesssion command
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index b5948cc4a10b7a9d3d6838d7fd89ef4a63ed5d53..fd456a3a1502311423c18f1b27d887b9d107072d 100644 (file)
@@ -27,6 +27,7 @@
 #include <common/index/ctf-index.h>
 #include <common/macros.h>
 #include <common/compat/uuid.h>
+#include <common/optional.h>
 
 #define RELAYD_VERSION_COMM_MAJOR             VERSION_MAJOR
 #define RELAYD_VERSION_COMM_MINOR             VERSION_MINOR
@@ -211,6 +212,7 @@ struct lttcomm_relayd_create_session_2_11 {
        lttng_uuid sessiond_uuid;
        /* Sessiond session id */
         uint64_t session_id;
+       LTTNG_OPTIONAL_COMM(uint64_t) current_chunk_id;
        /* Contains the session_name and hostname */
        char names[];
 } LTTNG_PACKED;
This page took 0.022516 seconds and 4 git commands to generate.