X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=cbeb5b5d6fe20535e398753c07b57d5e62c7febf;hb=65ff8ea370bee80098fe06e4a513d7a4228c63d3;hp=579a41df19355261186691263893b1ed6298fbc4;hpb=f79a92e2660c031e8ed4c209114dbd5e65095925;p=lttng-tools.git diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 579a41df1..cbeb5b5d6 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -26,6 +26,7 @@ #include #include #include +#include #define RELAYD_VERSION_COMM_MAJOR VERSION_MAJOR #define RELAYD_VERSION_COMM_MINOR VERSION_MINOR @@ -206,6 +207,10 @@ struct lttcomm_relayd_create_session_2_11 { uint32_t hostname_len; uint32_t live_timer; uint8_t snapshot; + /* Sessiond instance UUID */ + lttng_uuid sessiond_uuid; + /* Sessiond session id */ + uint64_t session_id; /* Contains the session_name and hostname */ char names[]; } LTTNG_PACKED;