add trace log

This commit is contained in:
yihaoDeng 2023-08-18 08:43:37 +08:00
parent 002d5979c1
commit 80f6d092a1
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ typedef struct SNodeEntry {
} SNodeEntry;
typedef struct SStreamVnodeRevertIndex {
SArray *pDBList;
SArray *pNodeEntryList;
int64_t ts; // snapshot ts
} SStreamVnodeRevertIndex;