refactor transport
This commit is contained in:
parent
1932707137
commit
4d3be8129e
|
@ -1777,6 +1777,7 @@ static void cliBuildBatch(SCliMsg* pMsg, queue* h, SCliThrd* pThrd) {
|
||||||
|
|
||||||
QUEUE_PUSH(&((*ppBatchList)->wq), &pBatch->listq);
|
QUEUE_PUSH(&((*ppBatchList)->wq), &pBatch->listq);
|
||||||
(*ppBatchList)->len += 1;
|
(*ppBatchList)->len += 1;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
queue* hdr = QUEUE_TAIL(&((*ppBatchList)->wq));
|
queue* hdr = QUEUE_TAIL(&((*ppBatchList)->wq));
|
||||||
|
|
Loading…
Reference in New Issue