Build fix: relayd: mismatching function signatures
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 7 Mar 2022 20:17:53 +0000 (15:17 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 7 Mar 2022 20:17:53 +0000 (15:17 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I4ba2e7cacbe4357ad0cdbe1dc2c85894f8bedc27

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.025142 seconds and 4 git commands to generate.