X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Fsessiond-comm.hpp;fp=src%2Fcommon%2Fsessiond-comm%2Fsessiond-comm.hpp;h=4bcc77bbbb3035ab08e7d2313e42a8538165f995;hp=257d70206799c9769290754913bf2d816f84198f;hb=319dcddc7409961e156af76666fe70d31baec55a;hpb=139a8d250fb18f8ffc95b0936f7285f7b484b72f diff --git a/src/common/sessiond-comm/sessiond-comm.hpp b/src/common/sessiond-comm/sessiond-comm.hpp index 257d70206..4bcc77bbb 100644 --- a/src/common/sessiond-comm/sessiond-comm.hpp +++ b/src/common/sessiond-comm/sessiond-comm.hpp @@ -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; /*