Clean-up: sessiond: rename public accessors
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.cpp
index df4689920eb0b90ffff3eb45c368b42be8727c28..ef61cfc7e0f00271e5babb82b2c0f7e19118d0de 100644 (file)
@@ -108,7 +108,7 @@ static int ask_channel_creation(struct ust_app_session *ua_sess,
        } else {
                {
                        auto locked_registry = registry->lock();
-                       auto& ust_reg_chan = registry->get_channel(chan_reg_key);
+                       auto& ust_reg_chan = registry->channel(chan_reg_key);
 
                        chan_id = ust_reg_chan.id;
                }
This page took 0.023929 seconds and 4 git commands to generate.