other: merge 3.0

This commit is contained in:
Haojun Liao 2022-11-24 17:17:22 +08:00
parent 9a208b2d09
commit f745dec5ec
1 changed files with 5 additions and 0 deletions

View File

@ -153,6 +153,11 @@ typedef struct {
SSchemaWrapper* qsw; SSchemaWrapper* qsw;
} SSchemaInfo; } SSchemaInfo;
typedef struct {
SRWLatch lock;
SArray* pStopInfo;
} STaskStopInfo;
typedef struct SExecTaskInfo { typedef struct SExecTaskInfo {
STaskIdInfo id; STaskIdInfo id;
uint32_t status; uint32_t status;