X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry-channel.hpp;h=a32b8088eed172ed7443f7d37fffb61d661080db;hb=4f2da8b8c0f8fad2ae35dbdb9f29769da52a3dc1;hp=5a99c1bdbbee3bd4e1bd6a242e73bfe00ab09a1b;hpb=24ed18f2ceda5023e4ad755547ad79466730cbd3;p=lttng-tools.git 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;