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=e7d0dae1d9fea6fa8bb3d7ef1280b9f8533709ff;hb=aeeb48c6a7dd4bcc092b3105439489fc393f6425;hp=a06be6010ec58f48a4609e11e70a5a966928b16f;hpb=3130a40c184a9315f0a4ca9a235273277fdcabde;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/buffer-registry.hpp b/src/bin/lttng-sessiond/buffer-registry.hpp index a06be6010..e7d0dae1d 100644 --- a/src/bin/lttng-sessiond/buffer-registry.hpp +++ b/src/bin/lttng-sessiond/buffer-registry.hpp @@ -52,7 +52,7 @@ struct buffer_reg_channel { struct buffer_reg_session { /* Registry per domain. */ union { - struct ust_registry_session *ust; + ust_registry_session *ust; } reg; /* Contains buffer registry channel indexed by tracing channel key. */