feat: add data type of SNAP_DATA_RAW for snap replication

This commit is contained in:
Benguang Zhao 2023-11-09 18:27:07 +08:00
parent 081c83710e
commit fe258e226d
1 changed files with 1 additions and 0 deletions

View File

@ -531,6 +531,7 @@ enum {
SNAP_DATA_STREAM_STATE = 11,
SNAP_DATA_STREAM_STATE_BACKEND = 12,
SNAP_DATA_TQ_CHECKINFO = 13,
SNAP_DATA_RAW = 14,
};
struct SSnapDataHdr {