aboutsummaryrefslogtreecommitdiff
path: root/zenstore/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-11-01 18:35:05 +0100
committerStefan Boberg <[email protected]>2021-11-01 18:35:05 +0100
commitd13fbfa5a9e582fac03766219b0ba1019525caae (patch)
tree9ea2e3f78f83547c9a79864fede20d524dca18a6 /zenstore/include
parentMerge branch 'gc' of https://github.com/EpicGames/zen into gc (diff)
downloadzen-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.h1
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