X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;fp=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=606c42269b4f9b4d4576536c8b113d2493d5fa1e;hp=da3805658cd28e1255292d6250ae6882f779a6d0;hb=a7ceb342d473cc37e00d74c45b04b5378965e055;hpb=f8528c7a982be6612eb1d81f17e1badd8910dfd4 diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index da3805658..606c42269 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -181,6 +181,10 @@ struct ltt_session { * subsequent rotate (without prior start) will return an error. */ bool cleared_after_last_stop; + /* + * True if the session has had an explicit non-quiet rotation. + */ + bool rotated; /* * Condition and trigger for size-based rotations. */