X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.c;h=7cc61532015a32201b1b06178aeaeb73edaf3def;hb=bfcd0061ccf63b76a502f43a199200b6ccab880f;hp=95bdf3ad0df0eb57d0d309b209145236bfd20e9e;hpb=9ed81174fc70c6f5c7f423d0513074c690bc8ab5;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/session.c b/src/bin/lttng-relayd/session.c index 95bdf3ad0..7cc615320 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;