From 6403224b6fe50dfc28d3c25725b6d0910b7eb6c3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 3 Oct 2024 11:28:44 -0700 Subject: Minor tweaks/additions. Now to fix MyriadFs --- src/unstable/myriadfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/unstable/myriadfs.h') diff --git a/src/unstable/myriadfs.h b/src/unstable/myriadfs.h index eccac65..4e1749e 100644 --- a/src/unstable/myriadfs.h +++ b/src/unstable/myriadfs.h @@ -11,7 +11,7 @@ #include #include "bu/myriad.h" -#include "bu/readwritemutex.h" +#include "bu/mutex.h" namespace Bu { @@ -195,7 +195,7 @@ namespace Bu private: Bu::Stream &rStore; Bu::Myriad mStore; - Bu::ReadWriteMutex mNodeIndex; + Bu::Mutex mAccess; NodeIndex hNodeIndex; int32_t iUser; int32_t iGroup; -- cgit v1.2.3