X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fbuffer-registry.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fbuffer-registry.hpp;h=4641361f013d260f66ed797fcf3a7bed0a947094;hb=b0f2e8db59fcadc8f4b06a94175792be3c431004;hp=e7d0dae1d9fea6fa8bb3d7ef1280b9f8533709ff;hpb=d7bfb9b0fa35679d3e728b9165699d9faf905539;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/buffer-registry.hpp b/src/bin/lttng-sessiond/buffer-registry.hpp index e7d0dae1d..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 { - ust_registry_session *ust; + lttng::sessiond::ust::registry_session *ust; } reg; /* Contains buffer registry channel indexed by tracing channel key. */