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=cbe1ab5af48fd4e9153dca746dcdff4dcc980d51;hp=a32b8088eed172ed7443f7d37fffb61d661080db;hb=cd9adb8b829564212158943a0d279bb35322ab30;hpb=e665dfbce25215d5ec77ff03a279c7163b337db1 diff --git a/src/bin/lttng-sessiond/ust-registry-channel.hpp b/src/bin/lttng-sessiond/ust-registry-channel.hpp index a32b8088e..cbe1ab5af 100644 --- a/src/bin/lttng-sessiond/ust-registry-channel.hpp +++ b/src/bin/lttng-sessiond/ust-registry-channel.hpp @@ -46,9 +46,9 @@ public: lttng_buffer_type buffer_type, const ust_app& app, uint32_t& out_event_id); - virtual ~registry_channel(); + ~registry_channel() override; - virtual const lttng::sessiond::trace::type *event_context() const override final; + const lttng::sessiond::trace::type *event_context() const final; void event_context(lttng::sessiond::trace::type::cuptr context); /* Channel was registered to at least one application. */ @@ -70,8 +70,8 @@ public: uint32_t _next_event_id; private: - virtual void _accept_on_event_classes( - lttng::sessiond::trace::trace_class_visitor& trace_class_visitor) const override final; + void _accept_on_event_classes( + lttng::sessiond::trace::trace_class_visitor& trace_class_visitor) const final; registered_listener_fn _is_registered_listener; event_added_listener_fn _event_added_listener;