other: merge 3.0

This commit is contained in:
Haojun Liao 2022-11-24 17:17:53 +08:00
parent f745dec5ec
commit 8dd780b486
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 {
int32_t operatorType;
int64_t refId;
} SExchangeOpStopInfo;
typedef struct { typedef struct {
SRWLatch lock; SRWLatch lock;
SArray* pStopInfo; SArray* pStopInfo;