fix(stream): add new datablock type.
This commit is contained in:
parent
8890fa5781
commit
dea30255ec
|
@ -169,6 +169,7 @@ typedef enum EStreamType {
|
|||
STREAM_PULL_OVER,
|
||||
STREAM_FILL_OVER,
|
||||
STREAM_CREATE_CHILD_TABLE,
|
||||
STREAM_TRANS_STATE,
|
||||
} EStreamType;
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
|
Loading…
Reference in New Issue