other: merge 3.0
This commit is contained in:
parent
9a208b2d09
commit
f745dec5ec
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue