提交 caeec86b 编写于 作者: xengine-qyt's avatar xengine-qyt

update:match xengine v8.15

上级 eec72e6f
......@@ -23,7 +23,7 @@ XHTHREAD CALLBACK XEngine_CenterTask_Thread(XPVOID lParam)
continue;
}
int nListCount = 0;
HELPCOMPONENT_PACKET_CLIENT** ppSst_ListAddr;
XENGINE_MANAGEPOOL_TASKEVENT** ppSst_ListAddr;
//获得编号1的所有待处理任务的客户端列表(也就是客户端发送过来的数据已经组好了一个包,需要我们处理)
HelpComponents_Datas_GetPoolEx(xhCenterPacket, nThreadPos, &ppSst_ListAddr, &nListCount);
//先循环客户端
......
......@@ -23,7 +23,7 @@ XHTHREAD CALLBACK XEngine_HTTP2Task_Thread(XPVOID lParam)
continue;
}
int nListCount = 0;
RFCCOMPONENTS_HTTP_PKTCLIENT** ppSst_ListAddr;
XENGINE_MANAGEPOOL_TASKEVENT** ppSst_ListAddr;
//获得编号1的所有待处理任务的客户端列表(也就是客户端发送过来的数据已经组好了一个包,需要我们处理)
HttpProtocol_Server2_GetPoolEx(xhHTTP2Packet, nThreadPos, &ppSst_ListAddr, &nListCount);
//先循环客户端
......
......@@ -24,7 +24,7 @@ XHTHREAD CALLBACK XEngine_HTTPTask_Thread(XPVOID lParam)
continue;
}
int nListCount = 0;
RFCCOMPONENTS_HTTP_PKTCLIENT** ppSst_ListAddr;
XENGINE_MANAGEPOOL_TASKEVENT** ppSst_ListAddr;
//获得编号1的所有待处理任务的客户端列表(也就是客户端发送过来的数据已经组好了一个包,需要我们处理)
HttpProtocol_Server_GetPoolEx(xhHTTPPacket, nThreadPos, &ppSst_ListAddr, &nListCount);
//先循环客户端
......
......@@ -23,7 +23,7 @@ XHTHREAD CALLBACK XEngine_WSTask_Thread(XPVOID lParam)
continue;
}
int nListCount = 0;
RFCCOMPONENTS_WSPKT_CLIENT** ppSt_ListClient;
XENGINE_MANAGEPOOL_TASKEVENT** ppSt_ListClient;
//获得编号1的所有待处理任务的客户端列表(也就是客户端发送过来的数据已经组好了一个包,需要我们处理)
RfcComponents_WSPacket_GetPoolEx(xhWSPacket, nThreadPos, &ppSt_ListClient, &nListCount);
for (int i = 0; i < nListCount; i++)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册