X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=de4d8229ed1a37219d6d5042b1c16a56d02501f3;hb=69d5d2ae78d1835f4547a2946d226c2a7a2e513c;hp=aed5e1a1c8bfaf4a34fba8cdc21922ca30640123;hpb=683c4b91592e8986ffad62f89f08c736497aabb3;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index aed5e1a1c..de4d8229e 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -177,9 +177,8 @@ struct ltt_session { */ bool rotated; /* - * Condition and trigger for size-based rotations. + * Trigger for size-based rotations. */ - struct lttng_condition *rotate_condition; struct lttng_trigger *rotate_trigger; LTTNG_OPTIONAL(uint64_t) most_recent_chunk_id; struct lttng_trace_chunk *current_trace_chunk;