Clean-up: sessiond: move ust_registry_session under lttng::sessiond::ust
[lttng-tools.git] / src / bin / lttng-sessiond / ust-field-convert.hpp
index f570e65ed843726c88e604d8078478f36118a83e..0faf65db1b87d42f9d7b24c99df9ffb15be8f6ed 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "field.hpp"
 #include "ust-registry.hpp"
+#include "ust-registry-session.hpp"
 
 #include <cstddef>
 #include <vector>
@@ -19,7 +20,7 @@ namespace sessiond {
 namespace ust {
 
 std::vector<trace::field::cuptr> create_trace_fields_from_ust_ctl_fields(
-               const ust_registry_session& session,
+               const lttng::sessiond::ust::registry_session& session,
                const lttng_ust_ctl_field *fields,
                std::size_t field_count);
 
This page took 0.023175 seconds and 4 git commands to generate.