diff options
Diffstat (limited to 'src/zenstore/include')
| -rw-r--r-- | src/zenstore/include/zenstore/caslog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenstore/include/zenstore/caslog.h b/src/zenstore/include/zenstore/caslog.h index d8c3f22f3..edb4f8d9b 100644 --- a/src/zenstore/include/zenstore/caslog.h +++ b/src/zenstore/include/zenstore/caslog.h @@ -26,8 +26,8 @@ public: void Replay(std::function<void(const void*)>&& Handler, uint64_t SkipEntryCount); void Flush(); void Close(); - uint64_t GetLogSize(); - uint64_t GetLogCount(); + uint64_t GetLogSize() const; + uint64_t GetLogCount() const; private: struct FileHeader |