Build fix: relayd: mismatching function signatures
[lttng-tools.git] / src / bin / lttng-relayd / session.c
index 95bdf3ad0df0eb57d0d309b209145236bfd20e9e..7cc61532015a32201b1b06178aeaeb73edaf3def 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.023846 seconds and 4 git commands to generate.