Clean-up: sessiond: move ust_registry_session under lttng::sessiond::ust
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.hpp
index e7d0dae1d9fea6fa8bb3d7ef1280b9f8533709ff..4641361f013d260f66ed797fcf3a7bed0a947094 100644 (file)
@@ -17,6 +17,7 @@
 #include "consumer.hpp"
 #include "lttng-ust-ctl.hpp"
 #include "ust-registry.hpp"
+#include "ust-registry-session.hpp"
 
 struct buffer_reg_stream {
        struct cds_list_head lnode;
@@ -52,7 +53,7 @@ struct buffer_reg_channel {
 struct buffer_reg_session {
        /* Registry per domain. */
        union {
-               ust_registry_session *ust;
+               lttng::sessiond::ust::registry_session *ust;
        } reg;
 
        /* Contains buffer registry channel indexed by tracing channel key. */
This page took 0.023637 seconds and 4 git commands to generate.