X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=b1ca2504e6d86b722fef2bc0c4c3b7ae048e7872;hp=99b8c47112bd3f6d1032d7bdcf8e4439b07801ba;hb=a9577b7628a85b064c3f249c3504bad989848b49;hpb=92816cc33a1add3c8276839bd6335e17423577dd diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index 99b8c4711..b1ca2504e 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -123,7 +123,7 @@ struct ltt_session { struct lttng_ht_node_u64 node; /* * The current archive id corresponds to the number of session rotations - * that have occured for this session. The archive id + * that have occurred for this session. The archive id * is used to tag the "generation" of a stream. This tag allows the * consumer and relay daemons to track when a given stream was created * during the lifetime of a session. @@ -192,7 +192,7 @@ struct ltt_session { /* * Keep a state if this session was rotated after the last stop command. * We only allow one rotation after a stop. At destroy, we also need to - * know if a rotation occured since the last stop to rename the current + * know if a rotation occurred since the last stop to rename the current * chunk. */ bool rotated_after_last_stop; @@ -229,4 +229,7 @@ struct ltt_session_list *session_get_list(void); int session_access_ok(struct ltt_session *session, uid_t uid, gid_t gid); +int session_reset_rotation_state(struct ltt_session *session, + enum lttng_rotation_state result); + #endif /* _LTT_SESSION_H */