fix: compile error
This commit is contained in:
parent
2aee76ab63
commit
825f80629f
|
@ -31,13 +31,12 @@ void processShellMsg() {
|
||||||
STaosQall *qall;
|
STaosQall *qall;
|
||||||
SRpcMsg * pRpcMsg, rpcMsg;
|
SRpcMsg * pRpcMsg, rpcMsg;
|
||||||
int type;
|
int type;
|
||||||
void * pvnode;
|
|
||||||
SQueueInfo qinfo = {0};
|
SQueueInfo qinfo = {0};
|
||||||
|
|
||||||
qall = taosAllocateQall();
|
qall = taosAllocateQall();
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
int numOfMsgs = taosReadAllQitemsFromQset(qset, qall, &pvnode, &qinfo);
|
int numOfMsgs = taosReadAllQitemsFromQset(qset, qall, &qinfo);
|
||||||
tDebug("%d shell msgs are received", numOfMsgs);
|
tDebug("%d shell msgs are received", numOfMsgs);
|
||||||
if (numOfMsgs <= 0) break;
|
if (numOfMsgs <= 0) break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue