X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry-channel.hpp;h=4e7229a69afa8ef8cd471d4c5422f184d3e4c8d4;hb=9d89db29f3bf6c826293350f8f1a8559ec906b24;hp=cbe1ab5af48fd4e9153dca746dcdff4dcc980d51;hpb=1a12551012430c38186da14611dd4921e7319d20;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 cbe1ab5af..4e7229a69 100644 --- a/src/bin/lttng-sessiond/ust-registry-channel.hpp +++ b/src/bin/lttng-sessiond/ust-registry-channel.hpp @@ -47,6 +47,10 @@ public: const ust_app& app, uint32_t& out_event_id); ~registry_channel() override; + registry_channel(const registry_channel&) = delete; + registry_channel(registry_channel&&) = delete; + registry_channel& operator=(registry_channel&&) = delete; + registry_channel& operator=(const registry_channel&) = delete; const lttng::sessiond::trace::type *event_context() const final; void event_context(lttng::sessiond::trace::type::cuptr context);