diff --git a/include/common/tcommon.h b/include/common/tcommon.h index bdfb1d32b4642e265b468e4f4e3a7bd476b07ff9..705f5b675b2b77a4c68aeedef73a4f9515258157 100644 --- a/include/common/tcommon.h +++ b/include/common/tcommon.h @@ -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)