Build fix: relayd: mismatching function signatures
[lttng-tools.git] / src / bin / lttng-relayd / session.c
index 8a68c11b39f988ca3734621dfc184e360f78295e..7888d38f2fefd30f3ce423bbccaff0633c092fcb 100644 (file)
@@ -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;
This page took 0.022767 seconds and 4 git commands to generate.