fix: fix syntax error.

This commit is contained in:
Haojun Liao 2023-11-07 18:53:21 +08:00
parent 2674698b36
commit e558d8e497
1 changed files with 2 additions and 0 deletions

View File

@ -372,7 +372,9 @@ typedef struct STaskExecStatisInfo {
int64_t init;
int64_t start;
int64_t step1Start;
double step1El;
int64_t step2Start;
double step2El;
int32_t updateCount;
int64_t latestUpdateTs;
int32_t processDataBlocks;