aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/myriadfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/myriadfs.h')
-rw-r--r--src/unstable/myriadfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unstable/myriadfs.h b/src/unstable/myriadfs.h
index f9faf9a..5a79c39 100644
--- a/src/unstable/myriadfs.h
+++ b/src/unstable/myriadfs.h
@@ -11,6 +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 15
15namespace Bu 16namespace Bu
16{ 17{
@@ -194,6 +195,7 @@ namespace Bu
194 private: 195 private:
195 Bu::Stream &rStore; 196 Bu::Stream &rStore;
196 Bu::Myriad mStore; 197 Bu::Myriad mStore;
198 Bu::ReadWriteMutex mNodeIndex;
197 NodeIndex hNodeIndex; 199 NodeIndex hNodeIndex;
198 int32_t iUser; 200 int32_t iUser;
199 int32_t iGroup; 201 int32_t iGroup;