X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;fp=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=fd456a3a1502311423c18f1b27d887b9d107072d;hp=b5948cc4a10b7a9d3d6838d7fd89ef4a63ed5d53;hb=f39bd140151b845f44abd6a7079eaaf5cfed1c89;hpb=0a30bf9be799ddb162530ea7581172e923055973 diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index b5948cc4a..fd456a3a1 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -27,6 +27,7 @@ #include #include #include +#include #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;