Replace explicit rcu_read_lock/unlock with lttng::urcu::read_lock_guard
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.hpp
index a06be6010ec58f48a4609e11e70a5a966928b16f..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 {
-               struct ust_registry_session *ust;
+               lttng::sessiond::ust::registry_session *ust;
        } reg;
 
        /* Contains buffer registry channel indexed by tracing channel key. */
This page took 0.031128 seconds and 4 git commands to generate.