fix(stream): add new datablock type.

This commit is contained in:
Haojun Liao 2023-08-11 23:51:52 +08:00
parent 8890fa5781
commit dea30255ec
1 changed files with 1 additions and 0 deletions

View File

@ -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)