X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-internal.h;fp=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-internal.h;h=0bd575c233be3250cf27f94bce467372134c4b1f;hp=6284ba1fa522f8b4c58f3ae8cb02bb2b6cf35abb;hb=51eab943fe37b0fdd541099c4d02ea7b57cb15bb;hpb=c728395826709ad0755df58f0ad22c5048bb3b68 diff --git a/src/bin/lttng-sessiond/notification-thread-internal.h b/src/bin/lttng-sessiond/notification-thread-internal.h index 6284ba1fa..0bd575c23 100644 --- a/src/bin/lttng-sessiond/notification-thread-internal.h +++ b/src/bin/lttng-sessiond/notification-thread-internal.h @@ -42,6 +42,12 @@ struct session_info { /* Node in the notification thread state's sessions_ht. */ struct cds_lfht_node sessions_ht_node; uint64_t consumed_data_size; + struct { + /* Whether a rotation is ongoing for this session. */ + bool ongoing; + /* Identifier of the currently ongoing rotation. */ + uint64_t id; + } rotation; }; struct channel_info {