aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/myriadfs.h
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2024-10-03 11:28:44 -0700
committerMike Buland <mike@xagasoft.com>2024-10-03 11:28:44 -0700
commit6403224b6fe50dfc28d3c25725b6d0910b7eb6c3 (patch)
tree015d35db7a0a3cbcc72487a1df0d59e5c4e685bf /src/unstable/myriadfs.h
parent7487eea1b802bf0f45afcef5807251049b034dd8 (diff)
downloadlibbu++-6403224b6fe50dfc28d3c25725b6d0910b7eb6c3.tar.gz
libbu++-6403224b6fe50dfc28d3c25725b6d0910b7eb6c3.tar.bz2
libbu++-6403224b6fe50dfc28d3c25725b6d0910b7eb6c3.tar.xz
libbu++-6403224b6fe50dfc28d3c25725b6d0910b7eb6c3.zip
Minor tweaks/additions.myriad
Now to fix MyriadFs
Diffstat (limited to '')
-rw-r--r--src/unstable/myriadfs.h4
1 files changed, 2 insertions, 2 deletions
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 @@
11#include <sys/types.h> 11#include <sys/types.h>
12 12
13#include "bu/myriad.h" 13#include "bu/myriad.h"
14#include "bu/readwritemutex.h" 14#include "bu/mutex.h"
15 15
16namespace Bu 16namespace Bu
17{ 17{
@@ -195,7 +195,7 @@ namespace Bu
195 private: 195 private:
196 Bu::Stream &rStore; 196 Bu::Stream &rStore;
197 Bu::Myriad mStore; 197 Bu::Myriad mStore;
198 Bu::ReadWriteMutex mNodeIndex; 198 Bu::Mutex mAccess;
199 NodeIndex hNodeIndex; 199 NodeIndex hNodeIndex;
200 int32_t iUser; 200 int32_t iUser;
201 int32_t iGroup; 201 int32_t iGroup;