fix(stream): update the msg struct.
This commit is contained in:
parent
de1c67f773
commit
d05c55f3fe
|
@ -486,7 +486,7 @@ int32_t tqStreamTaskProcessCheckRsp(SStreamMeta* pMeta, SRpcMsg* pMsg, bool isLe
|
|||
}
|
||||
|
||||
typedef struct SMStreamCheckpointReadyRspMsg {
|
||||
int8_t placeholder;
|
||||
SMsgHead head;
|
||||
}SMStreamCheckpointReadyRspMsg;
|
||||
|
||||
int32_t tqStreamTaskProcessCheckpointReadyMsg(SStreamMeta* pMeta, SRpcMsg* pMsg) {
|
||||
|
|
Loading…
Reference in New Issue