X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=ab9b1a9a4355edf8aa98ecb29d7350802d96fb26;hb=dba13f1d5dffdd2ecaa14ba8ff88c27805153016;hp=e00e51cc6dedab784759db6c764589236737667c;hpb=259c267446a63c501298f39a5d2397314b11f729;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index e00e51cc6..ab9b1a9a4 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -186,6 +186,11 @@ struct ltt_session { * chunk. */ bool rotated_after_last_stop; + /* + * Condition and trigger for size-based rotations. + */ + struct lttng_condition *rotate_condition; + struct lttng_trigger *rotate_trigger; }; /* Prototypes */