src.ctf.lttng-live: introduce lttng_live_component::UP and use it
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.hpp
index a528f94ce397d59135bb983baeecc967e4d78ee1..8dbd804fcfe120d0645f1994e18ff28fea710753 100644 (file)
@@ -249,6 +249,8 @@ enum session_not_found_action
  */
 struct lttng_live_component
 {
+    using UP = std::unique_ptr<lttng_live_component>;
+
     explicit lttng_live_component(bt2c::Logger loggerParam) noexcept :
         logger {std::move(loggerParam)}
     {
This page took 0.022881 seconds and 4 git commands to generate.