Session consumed size notification
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-internal.h
index 8149e2c2116a1ab0dd4cfc4581809c468872cdfa..b135f128c6a894fb75cfef5e7acf077ad0e6a2e1 100644 (file)
@@ -40,6 +40,7 @@ struct session_info {
        struct cds_lfht *channel_infos_ht;
        /* Node in the notification thread state's sessions_ht. */
        struct cds_lfht_node sessions_ht_node;
+       uint64_t consumed_data_size;
 };
 
 struct channel_info {
This page took 0.023211 seconds and 4 git commands to generate.