Move create_unique_class util to the memory namespace
[lttng-tools.git] / include / lttng / notification / channel-internal.hpp
index 44fd9cf1637c8e2c217964c1e58ec2f2f984e57b..173b3dcdc3333c873c645b66d098c71565cfa000 100644 (file)
@@ -87,7 +87,8 @@ struct pending_notification {
 struct lttng_notification_channel {
        using uptr = std::unique_ptr<
                lttng_notification_channel,
-               lttng::details::create_unique_class<lttng_notification_channel, lttng_notification_channel_destroy>::deleter>;
+               lttng::memory::create_deleter_class<lttng_notification_channel,
+                                                   lttng_notification_channel_destroy>::deleter>;
 
        pthread_mutex_t lock;
        int socket;
This page took 0.022841 seconds and 4 git commands to generate.