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>
Tue, 8 Mar 2022 17:39:27 +0000 (12:39 -0500)
commit9ed81174fc70c6f5c7f423d0513074c690bc8ab5
treee060feccf234b3bab6626c01750350954ace6f30
parent69e3782a3fb493f9600d2e104792ba87be58f625
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.024333 seconds and 4 git commands to generate.