refactor transport

This commit is contained in:
Yihao Deng 2024-05-08 01:01:42 +00:00
parent 1932707137
commit 4d3be8129e
1 changed files with 1 additions and 0 deletions

View File

@ -1777,6 +1777,7 @@ static void cliBuildBatch(SCliMsg* pMsg, queue* h, SCliThrd* pThrd) {
QUEUE_PUSH(&((*ppBatchList)->wq), &pBatch->listq);
(*ppBatchList)->len += 1;
return;
}
queue* hdr = QUEUE_TAIL(&((*ppBatchList)->wq));