From acb26e636f4bbf703ea1172a31cd0f9648bbd721 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 7 Mar 2022 15:17:53 -0500 Subject: [PATCH] Build fix: relayd: mismatching function signatures MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I4ba2e7cacbe4357ad0cdbe1dc2c85894f8bedc27 --- src/bin/lttng-relayd/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-relayd/session.c b/src/bin/lttng-relayd/session.c index 8a68c11b3..7888d38f2 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; -- 2.34.1