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>2019-11-18 14:14:56 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-11-18 14:14:56 +0300
commite66a774d599804a31ebbb701874ca2dde5e36e10 (patch)
tree6630d2fbbf2b9634190deea9c3f9a51e401d4023 /include/llfio/revision.hpp
parentb6c21fdf2dcf0f7c72e117cfc8396fdbb9d5973c (diff)
As per WG21 guidance, moved byte range locking API out of io_handle, and into an extension to file_handle. This makes space to make a future lockable_io_handle to model SharedMutex, which locks an inode like a std::shared_mutex. Note that the new .lock_range() API no longer does special semantics if you pass in zero length to lock the whole file.develop
Diffstat (limited to 'include/llfio/revision.hpp')
-rw-r--r--include/llfio/revision.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llfio/revision.hpp b/include/llfio/revision.hpp
index e13e53cd..f21c9150 100644
--- a/include/llfio/revision.hpp
+++ b/include/llfio/revision.hpp
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
-#define LLFIO_PREVIOUS_COMMIT_REF 1ebceb7e076b3d6d0f51f185f94d65493e26f192
-#define LLFIO_PREVIOUS_COMMIT_DATE "2019-10-19 18:01:38 +00:00"
-#define LLFIO_PREVIOUS_COMMIT_UNIQUE 1ebceb7e
+#define LLFIO_PREVIOUS_COMMIT_REF b6c21fdf2dcf0f7c72e117cfc8396fdbb9d5973c
+#define LLFIO_PREVIOUS_COMMIT_DATE "2019-11-15 17:29:01 +00:00"
+#define LLFIO_PREVIOUS_COMMIT_UNIQUE b6c21fdf