Move ust channel registry inside session registry
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.c
index 33cb6ff376c16c92db8bf605963054b364b59555..b0264e4bab3f81eccfe31971178e933a73de92b8 100644 (file)
@@ -133,7 +133,7 @@ static int ask_channel_creation(struct ust_app_session *ua_sess,
                        ua_sess->gid,
                        consumer->net_seq_index,
                        ua_chan->key,
-                       ua_sess->registry.uuid);
+                       ua_sess->registry->uuid);
 
        health_code_update();
 
This page took 0.023088 seconds and 4 git commands to generate.