add trace log
This commit is contained in:
parent
002d5979c1
commit
80f6d092a1
|
@ -40,7 +40,6 @@ typedef struct SNodeEntry {
|
||||||
} SNodeEntry;
|
} SNodeEntry;
|
||||||
|
|
||||||
typedef struct SStreamVnodeRevertIndex {
|
typedef struct SStreamVnodeRevertIndex {
|
||||||
SArray *pDBList;
|
|
||||||
SArray *pNodeEntryList;
|
SArray *pNodeEntryList;
|
||||||
int64_t ts; // snapshot ts
|
int64_t ts; // snapshot ts
|
||||||
} SStreamVnodeRevertIndex;
|
} SStreamVnodeRevertIndex;
|
||||||
|
|
Loading…
Reference in New Issue