X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.c;h=7888d38f2fefd30f3ce423bbccaff0633c092fcb;hb=acb26e636f4bbf703ea1172a31cd0f9648bbd721;hp=8a68c11b39f988ca3734621dfc184e360f78295e;hpb=fc23b856c4e402da8c6ee07866d34cd8a67ef233;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/session.c b/src/bin/lttng-relayd/session.c index 8a68c11b3..7888d38f2 100644 --- a/src/bin/lttng-relayd/session.c +++ b/src/bin/lttng-relayd/session.c @@ -480,7 +480,7 @@ end: * * The caller must hold the lock of session. */ -bool session_has_ongoing_rotation(const struct relay_session *session) +bool session_has_ongoing_rotation(struct relay_session *session) { bool ongoing_rotation = false; struct lttng_ht_iter iter;