diff options
| author | Dan Engelbrecht <[email protected]> | 2022-04-01 08:41:51 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-04-01 09:07:21 +0200 |
| commit | ac573e90a5698c64451a99beb1a14d00540aa835 (patch) | |
| tree | f246b21daef1b8ce99abe275cbda96a481531467 /zenstore/include | |
| parent | call Initialize before replay on caslog (diff) | |
| download | zen-ac573e90a5698c64451a99beb1a14d00540aa835.tar.xz zen-ac573e90a5698c64451a99beb1a14d00540aa835.zip | |
reserve space for log entries before replay
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 5b6cc24a0..318fab03d 100644 --- a/zenstore/include/zenstore/caslog.h +++ b/zenstore/include/zenstore/caslog.h @@ -28,6 +28,7 @@ public: void Flush(); void Close(); uint64_t GetLogSize(); + uint64_t GetLogCount(); private: struct FileHeader |