Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-08-24 11:59:28 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-08-24 11:59:28 +0300
commit5f82c897584065164c593ea0ca3a602ac651198c (patch)
tree4e1a880af2902e11561aa4608af1d1d1c77f35d6 /include/llfio/v2.0/symlink_handle.hpp
parent0b0eae81e199476a1f5246c68011bd00d8653363 (diff)
Reworked directory_handle to use same io_request and read() pattern as all the other handles.
Diffstat (limited to 'include/llfio/v2.0/symlink_handle.hpp')
-rw-r--r--include/llfio/v2.0/symlink_handle.hpp2
1 files changed, 2 insertions, 0 deletions
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