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