From 5f82c897584065164c593ea0ca3a602ac651198c Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Fri, 24 Aug 2018 09:59:28 +0100 Subject: Reworked directory_handle to use same io_request and read() pattern as all the other handles. --- include/llfio/v2.0/symlink_handle.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llfio/v2.0/symlink_handle.hpp') diff --git a/include/llfio/v2.0/symlink_handle.hpp b/include/llfio/v2.0/symlink_handle.hpp index 844afe51..8b0f15ce 100644 --- a/include/llfio/v2.0/symlink_handle.hpp +++ b/include/llfio/v2.0/symlink_handle.hpp @@ -112,6 +112,8 @@ public: //! The buffer type used by this handle, which is a `path_view` using buffer_type = path_view; + //! The const buffer type used by this handle, which is a `path_view` + using const_buffer_type = path_view; /*! The buffers type used by this handle for reads, which is a single item sequence of `path_view`. \warning Unless you supply your own kernel buffer, you need to keep this around as long as you -- cgit v1.2.3