aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcache.h
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-09-21 15:10:49 +0200
committerPer Larsson <[email protected]>2021-09-21 15:10:49 +0200
commit9451d4019fd57c7b8f967b4188e40c4b0636f85e (patch)
tree4cdafb5bdd3c17bf257b467fae5abfcd0e664c9b /zenserver/cache/structuredcache.h
parentRefactored out get/set cache record. (diff)
parentMerge branch 'main' of https://github.com/EpicGames/zen (diff)
downloadzen-9451d4019fd57c7b8f967b4188e40c4b0636f85e.tar.xz
zen-9451d4019fd57c7b8f967b4188e40c4b0636f85e.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zenserver/cache/structuredcache.h')
-rw-r--r--zenserver/cache/structuredcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/cache/structuredcache.h b/zenserver/cache/structuredcache.h
index 8e0d23c6e..edf011ae4 100644
--- a/zenserver/cache/structuredcache.h
+++ b/zenserver/cache/structuredcache.h
@@ -83,6 +83,7 @@ private:
zen::CasStore& m_CasStore;
zen::CidStore& m_CidStore;
std::unique_ptr<UpstreamCache> m_UpstreamCache;
+ uint64_t m_LastScrubTime = 0;
};
} // namespace zen