PIBinaryLog fix

This commit is contained in:
peri4
2021-10-14 12:45:01 +03:00
parent 9293706634
commit 1cb3d4ffe9
2 changed files with 7 additions and 0 deletions

View File

@@ -201,6 +201,9 @@ public:
//! Returns timestamp of last readed record
PISystemTime lastReadedTimestamp() const {return lastrecord.timestamp;}
//! Returns timestamp of log start
PISystemTime logStartTimestamp() const {return startlogtime;}
//!Set custom file header, you can get it back when read this binlog
void setHeader(const PIByteArray & header);