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>
Tue, 8 Mar 2022 17:39:27 +0000 (12:39 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I4ba2e7cacbe4357ad0cdbe1dc2c85894f8bedc27

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