sessiond: registry_session: mark functions as noexcept
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 9 Jun 2022 16:16:39 +0000 (12:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 13 Jun 2022 20:34:47 +0000 (16:34 -0400)
commit3691d312bcf4dc2cc15f0ecb1f0e2fd2f34315b8
tree33df3824c20605cb9deacfe59965da53c7951395
parent97f630d42cd12a475293af66e75a71ab7b490633
sessiond: registry_session: mark functions as noexcept

Mark functions destroy_channel and _destroy_enum as noexcept as they are
used by the registry_session destructor (which must not throw).

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