From: Jérémie Galarneau Date: Mon, 7 Mar 2022 20:12:35 +0000 (-0500) Subject: Build fix: use of mutable keyword in C file X-Git-Tag: v2.12.9~13 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=9ed81174fc70c6f5c7f423d0513074c690bc8ab5;hp=9ed81174fc70c6f5c7f423d0513074c690bc8ab5;p=lttng-tools.git 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 Change-Id: Id6317ad5c271f08701c9545827f75010f5e2e55d ---