sessiond: transition session_list synchronization from pthread to std
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 22 May 2024 19:48:04 +0000 (19:48 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 Jun 2024 15:09:20 +0000 (11:09 -0400)
commit1a496780783cf2f1148e91e0ac6f820ecd6eca3b
tree30be2735eb0aeca9068dcf96eefe9f2d2bb3748f
parent77682be970310bf033d7d2a56fb1a090b5ffddcf
sessiond: transition session_list synchronization from pthread to std

In order to allow the use of RAII to manage the locking in the client command
handler (process_client_msg), the session list's synchronization primitives are
changed to use those of libstd.

No change in behavior is intended by this change.

Change-Id: I6367e25557b05e16a48436304791cd7a37dc8904
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/main.cpp
src/bin/lttng-sessiond/session.cpp
src/bin/lttng-sessiond/session.hpp
This page took 0.025056 seconds and 4 git commands to generate.