X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fbuffer-registry.hpp;h=4641361f013d260f66ed797fcf3a7bed0a947094;hb=de5abcb02431896a1827dff5d3376e1f2e124cd7;hp=a06be6010ec58f48a4609e11e70a5a966928b16f;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/buffer-registry.hpp b/src/bin/lttng-sessiond/buffer-registry.hpp index a06be6010..4641361f0 100644 --- a/src/bin/lttng-sessiond/buffer-registry.hpp +++ b/src/bin/lttng-sessiond/buffer-registry.hpp @@ -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. */