Merge branch 'master' of https://git.shs.tools/SHS/pip
This commit is contained in:
@@ -77,7 +77,6 @@ PIBinaryLog::PIBinaryLog() {
|
||||
setFilePrefix(PIString());
|
||||
setRapidStart(false);
|
||||
file.setName("__S__PIBinaryLog::file");
|
||||
// piCoutObj << "created";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -353,13 +353,13 @@ protected:
|
||||
DeviceInfoFlags deviceInfoFlags() const override { return PIIODevice::Reliable; }
|
||||
|
||||
private:
|
||||
struct PIP_EXPORT Record {
|
||||
struct Record {
|
||||
int id;
|
||||
int size;
|
||||
PISystemTime timestamp;
|
||||
PIByteArray data;
|
||||
};
|
||||
struct PIP_EXPORT CompleteIndex {
|
||||
struct CompleteIndex {
|
||||
void clear();
|
||||
void makeIndexPos();
|
||||
BinLogInfo info;
|
||||
@@ -377,7 +377,6 @@ private:
|
||||
static PIString getLogfilePath(const PIString & log_dir, const PIString & prefix);
|
||||
|
||||
CompleteIndex index;
|
||||
|
||||
PlayMode play_mode;
|
||||
SplitMode split_mode;
|
||||
PIFile file;
|
||||
|
||||
Reference in New Issue
Block a user