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:
Diffstat (limited to 'include/llfio/v2.0/fs_handle.hpp')
-rw-r--r--include/llfio/v2.0/fs_handle.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llfio/v2.0/fs_handle.hpp b/include/llfio/v2.0/fs_handle.hpp
index 8700a87b..1be9bdaf 100644
--- a/include/llfio/v2.0/fs_handle.hpp
+++ b/include/llfio/v2.0/fs_handle.hpp
@@ -144,6 +144,8 @@ public:
using path_view_type = path_view;
//! The unique identifier type used by this handle
using unique_id_type = QUICKCPPLIB_NAMESPACE::integers128::uint128;
+ //! A hasher for the unique identifier type used by this handle
+ using unique_id_type_hasher = QUICKCPPLIB_NAMESPACE::integers128::uint128_hasher;
protected:
mutable dev_t _devid{0};