diff options
| author | Per Larsson <[email protected]> | 2021-09-21 15:10:49 +0200 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-09-21 15:10:49 +0200 |
| commit | 9451d4019fd57c7b8f967b4188e40c4b0636f85e (patch) | |
| tree | 4cdafb5bdd3c17bf257b467fae5abfcd0e664c9b /zenserver/cache/structuredcache.h | |
| parent | Refactored out get/set cache record. (diff) | |
| parent | Merge branch 'main' of https://github.com/EpicGames/zen (diff) | |
| download | zen-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.h | 1 |
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 |