small fixes
This commit is contained in:
@@ -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