Build fix: use of mutable keyword in C file
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 7 Mar 2022 20:12:35 +0000 (15:12 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 7 Mar 2022 20:13:49 +0000 (15:13 -0500)
commitfc23b856c4e402da8c6ee07866d34cd8a67ef233
treeb77d3029533b25302caab15d5603da375b5ee8cd
parent4045de2805a4f5f980bbd0af9ca152aff4c691e3
Build fix: use of mutable keyword in C file

4045de280 is a backport of a fix against a C++ file in which `mutable`
is used to allow an ASSERT_LOCKED check. Remove the use of mutable and
make session_has_ongoing_rotation() non-const.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Id6317ad5c271f08701c9545827f75010f5e2e55d
src/bin/lttng-relayd/session.c
src/bin/lttng-relayd/session.h
This page took 0.026443 seconds and 4 git commands to generate.