sessiond: rename locked_ptr to locked_ref
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 22 May 2024 17:20:46 +0000 (17:20 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 Jun 2024 15:09:20 +0000 (11:09 -0400)
commit77682be970310bf033d7d2a56fb1a090b5ffddcf
tree7922a9ffe70e4afc3edb39a77859d781bacec691
parentecb0535c9eacb85f95b02e4a9778eddb88785e71
sessiond: rename locked_ptr to locked_ref

The locked_ref semantics garantee that an instance of an is locked and that it
exists (it can't be null). It is currently implemented with a unique_ptr, but
that will most likely change in the future to enforce the non-null requirement.

Change-Id: I6442840f944ded1ddc46cad3d23e8e0fe8fef586
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/rotation-thread.cpp
src/bin/lttng-sessiond/session.cpp
src/bin/lttng-sessiond/session.hpp
src/bin/lttng-sessiond/ust-app.cpp
src/bin/lttng-sessiond/ust-app.hpp
src/bin/lttng-sessiond/ust-registry-session.cpp
src/bin/lttng-sessiond/ust-registry-session.hpp
This page took 0.02521 seconds and 4 git commands to generate.