X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fchannel-internal.hpp;h=173b3dcdc3333c873c645b66d098c71565cfa000;hb=f053d40c60b9dd38da27d88412dcac3a8404324c;hp=44fd9cf1637c8e2c217964c1e58ec2f2f984e57b;hpb=0038180de36c422cfaeade1145fa9fbc9436b8ad;p=lttng-tools.git diff --git a/include/lttng/notification/channel-internal.hpp b/include/lttng/notification/channel-internal.hpp index 44fd9cf16..173b3dcdc 100644 --- a/include/lttng/notification/channel-internal.hpp +++ b/include/lttng/notification/channel-internal.hpp @@ -87,7 +87,8 @@ struct pending_notification { struct lttng_notification_channel { using uptr = std::unique_ptr< lttng_notification_channel, - lttng::details::create_unique_class::deleter>; + lttng::memory::create_deleter_class::deleter>; pthread_mutex_t lock; int socket;