diff options
Diffstat (limited to 'zenserver')
| -rw-r--r-- | zenserver/projectstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/projectstore.h b/zenserver/projectstore.h index 72b8a1cd6..317210469 100644 --- a/zenserver/projectstore.h +++ b/zenserver/projectstore.h @@ -109,11 +109,11 @@ public: using OidMap = tsl::robin_map<Oid, V, Oid::Hasher>; Project* m_OuterProject = nullptr; - RwLock m_OplogLock; CasStore& m_CasStore; std::filesystem::path m_BasePath; std::filesystem::path m_TempPath; + RwLock m_OplogLock; OidMap<IoHash> m_ChunkMap; // output data chunk id -> CAS address OidMap<IoHash> m_MetaMap; // meta chunk id -> CAS address OidMap<FileMapEntry> m_FileMap; // file id -> file map entry |