sessiond: Split ust_registry_session into per-type classes
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.hpp
index a06be6010ec58f48a4609e11e70a5a966928b16f..e7d0dae1d9fea6fa8bb3d7ef1280b9f8533709ff 100644 (file)
@@ -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. */
This page took 0.023595 seconds and 4 git commands to generate.