Move create_unique_class util to the memory namespace
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 21 Apr 2023 18:48:53 +0000 (14:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 26 Apr 2023 17:55:24 +0000 (13:55 -0400)
commitf053d40c60b9dd38da27d88412dcac3a8404324c
tree10ea1381e33334ea08fc5af5818e0db18a0aa961
parentb50fbe868463594a65f84215badd52ae1bcc581e
Move create_unique_class util to the memory namespace

create_unique_class is helpful to write unique_ptr wrappers and is now
accessed in numerous places even though it lives in the `details`
namespace.

Moving it to the `memory` namespace to live with other memory management
facilities.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Id4bb5100c1eb3a7e1e2d65f5b2d40ff8f97c786e
include/lttng/notification/channel-internal.hpp
include/lttng/notification/notification-internal.hpp
src/bin/lttng-sessiond/rotation-thread.cpp
src/bin/lttng-sessiond/session.hpp
src/bin/lttng-sessiond/ust-registry-session.hpp
src/bin/lttng/commands/destroy.cpp
src/bin/lttng/utils.hpp
src/common/make-unique-wrapper.hpp
src/common/pipe.hpp
This page took 0.02518 seconds and 4 git commands to generate.