X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-consumer.cpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-consumer.cpp;h=ef61cfc7e0f00271e5babb82b2c0f7e19118d0de;hp=df4689920eb0b90ffff3eb45c368b42be8727c28;hb=4bcf2294f0701b731d620c38216e1922e919e1b9;hpb=c22ded1240ab0726421d43f0ccbcbc9a03ca2e59 diff --git a/src/bin/lttng-sessiond/ust-consumer.cpp b/src/bin/lttng-sessiond/ust-consumer.cpp index df4689920..ef61cfc7e 100644 --- a/src/bin/lttng-sessiond/ust-consumer.cpp +++ b/src/bin/lttng-sessiond/ust-consumer.cpp @@ -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; }