X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Fsessiond-comm.hpp;h=4bcc77bbbb3035ab08e7d2313e42a8538165f995;hb=319dcddc7409961e156af76666fe70d31baec55a;hp=ae3111855468f19a1c5551fd2f802e026694a88a;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/common/sessiond-comm/sessiond-comm.hpp b/src/common/sessiond-comm/sessiond-comm.hpp index ae3111855..4bcc77bbb 100644 --- a/src/common/sessiond-comm/sessiond-comm.hpp +++ b/src/common/sessiond-comm/sessiond-comm.hpp @@ -830,7 +830,7 @@ struct lttcomm_consumer_msg { uint64_t chunk_id; } LTTNG_PACKED trace_chunk_exists; struct { - lttng_uuid sessiond_uuid; + uint8_t sessiond_uuid[LTTNG_UUID_LEN]; } LTTNG_PACKED init; struct { uint64_t key; @@ -848,6 +848,8 @@ struct lttcomm_consumer_msg { struct lttcomm_consumer_channel_monitor_msg { /* Key of the sampled channel. */ uint64_t key; + /* Id of the sampled channel's session. */ + uint64_t session_id; /* * Lowest and highest usage (bytes) at the moment the sample was taken. */ @@ -855,7 +857,7 @@ struct lttcomm_consumer_channel_monitor_msg { /* * Sum of all the consumed positions for a channel. */ - uint64_t total_consumed; + uint64_t consumed_since_last_sample; } LTTNG_PACKED; /*