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

update:match xengine v8.15

上级 8bda69ad
......@@ -12,7 +12,7 @@ XHTHREAD CALLBACK XEngine_AuthService_HttpThread(XPVOID lParam)
continue;
}
int nListCount = 0;
RFCCOMPONENTS_HTTP_PKTCLIENT** ppSt_ListClient;
XENGINE_MANAGEPOOL_TASKEVENT** ppSt_ListClient;
HttpProtocol_Server_GetPoolEx(xhHttpPacket, nThreadPos, &ppSt_ListClient, &nListCount);
for (int i = 0; i < nListCount; i++)
{
......
......@@ -19,7 +19,7 @@ XHTHREAD CALLBACK XEngine_AuthService_TCPThread(XPVOID lParam)
memset(&st_ProtocolHdr, '\0', sizeof(XENGINE_PROTOCOLHDR));
int nListCount = 0;
HELPCOMPONENT_PACKET_CLIENT** ppSt_ListClient;
XENGINE_MANAGEPOOL_TASKEVENT** ppSt_ListClient;
HelpComponents_Datas_GetPoolEx(xhTCPPacket, nThreadPos, &ppSt_ListClient, &nListCount);
for (int i = 0; i < nListCount; i++)
{
......
......@@ -16,7 +16,7 @@ XHTHREAD CALLBACK XEngine_AuthService_WSThread(XPVOID lParam)
memset(tszMsgBuffer, '\0', sizeof(tszMsgBuffer));
int nListCount = 0;
RFCCOMPONENTS_WSPKT_CLIENT** ppSt_ListClient;
XENGINE_MANAGEPOOL_TASKEVENT** ppSt_ListClient;
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.
先完成此消息的编辑!
想要评论请 注册