X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=ab9b1a9a4355edf8aa98ecb29d7350802d96fb26;hb=90936dcf0968343f20b2f6fd365b9c015cdb9717;hp=e00e51cc6dedab784759db6c764589236737667c;hpb=1d757b1cd3b4669b52e2d9ceafb03eafd42490ff;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 */