Session consumed size notification
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 48daec06a1af0a8f9ed88d51ebd34e1f4a244d5a..8f08d9904a16a05713edf20ae21b20d7b003af83 100644 (file)
@@ -595,6 +595,10 @@ struct lttcomm_consumer_channel_monitor_msg {
         * Lowest and highest usage (bytes) at the moment the sample was taken.
         */
        uint64_t lowest, highest;
+       /*
+        * Sum of all the consumed positions for a channel.
+        */
+       uint64_t total_consumed;
 } LTTNG_PACKED;
 
 /*
This page took 0.024454 seconds and 5 git commands to generate.