diff options
| author | Stefan Boberg <[email protected]> | 2021-11-01 18:35:05 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-11-01 18:35:05 +0100 |
| commit | d13fbfa5a9e582fac03766219b0ba1019525caae (patch) | |
| tree | 9ea2e3f78f83547c9a79864fede20d524dca18a6 /zenstore/include | |
| parent | Merge branch 'gc' of https://github.com/EpicGames/zen into gc (diff) | |
| download | zen-d13fbfa5a9e582fac03766219b0ba1019525caae.tar.xz zen-d13fbfa5a9e582fac03766219b0ba1019525caae.zip | |
caslog: Added GetLogSize, fixed issue with append offset computation
Diffstat (limited to 'zenstore/include')
| -rw-r--r-- | zenstore/include/zenstore/caslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenstore/include/zenstore/caslog.h b/zenstore/include/zenstore/caslog.h index 065a74b25..bb9d07726 100644 --- a/zenstore/include/zenstore/caslog.h +++ b/zenstore/include/zenstore/caslog.h @@ -27,6 +27,7 @@ public: void Replay(std::function<void(const void*)>&& Handler); void Flush(); void Close(); + uint64_t GetLogSize(); private: struct FileHeader |