Clean-up: sessiond: rename public accessors
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-channel.hpp
index 5a99c1bdbbee3bd4e1bd6a242e73bfe00ab09a1b..a32b8088eed172ed7443f7d37fffb61d661080db 100644 (file)
@@ -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;
This page took 0.023039 seconds and 4 git commands to generate.