diff options
| author | Martin Ridgers <[email protected]> | 2021-11-12 08:57:38 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-12 08:57:38 +0100 |
| commit | 96888168970c947636e9663cbf7c3dd219d1aeab (patch) | |
| tree | 55824a08801932ad75100868204254a6372af7e3 /zenserver/cache/structuredcachestore.h | |
| parent | Fixed dlopen/close() unresolved symbols (diff) | |
| parent | Horde remote execute (#25) (diff) | |
| download | zen-96888168970c947636e9663cbf7c3dd219d1aeab.tar.xz zen-96888168970c947636e9663cbf7c3dd219d1aeab.zip | |
Merged main
Diffstat (limited to 'zenserver/cache/structuredcachestore.h')
| -rw-r--r-- | zenserver/cache/structuredcachestore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zenserver/cache/structuredcachestore.h b/zenserver/cache/structuredcachestore.h index aabd91529..e3013b53f 100644 --- a/zenserver/cache/structuredcachestore.h +++ b/zenserver/cache/structuredcachestore.h @@ -111,9 +111,9 @@ struct DiskLocation static const uint64_t kStructured = 0x4000'0000'0000'0000ull; static const uint64_t kTombStone = 0x2000'0000'0000'0000ull; - DiskLocation(); - DiskLocation(uint64_t Offset, uint64_t ValueSize, uint32_t IndexSize, uint64_t Flags); - static uint64_t CombineOffsetAndFlags(uint64_t Offset, uint64_t Flags); + DiskLocation(); + DiskLocation(uint64_t Offset, uint64_t ValueSize, uint32_t IndexSize, uint64_t Flags); + static uint64_t CombineOffsetAndFlags(uint64_t Offset, uint64_t Flags); uint64_t Offset() const; uint64_t Size() const; uint64_t IsFlagSet(uint64_t Flag) const; |