X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry-channel.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-registry-channel.hpp;h=a32b8088eed172ed7443f7d37fffb61d661080db;hp=5a99c1bdbbee3bd4e1bd6a242e73bfe00ab09a1b;hb=4bcf2294f0701b731d620c38216e1922e919e1b9;hpb=c22ded1240ab0726421d43f0ccbcbc9a03ca2e59 diff --git a/src/bin/lttng-sessiond/ust-registry-channel.hpp b/src/bin/lttng-sessiond/ust-registry-channel.hpp index 5a99c1bdb..a32b8088e 100644 --- a/src/bin/lttng-sessiond/ust-registry-channel.hpp +++ b/src/bin/lttng-sessiond/ust-registry-channel.hpp @@ -48,8 +48,8 @@ public: uint32_t& out_event_id); virtual ~registry_channel(); - virtual const lttng::sessiond::trace::type *get_event_context() const override final; - void set_event_context(lttng::sessiond::trace::type::cuptr context); + virtual const lttng::sessiond::trace::type *event_context() const override final; + void event_context(lttng::sessiond::trace::type::cuptr context); /* Channel was registered to at least one application. */ bool is_registered() const;