Skip to content

Commit 47b9353

Browse files
committed
fixed:build error
1 parent 3674df9 commit 47b9353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/XEngine_ServiceApp/XEngine_HttpApp/XEngine_HTTPTask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ XHTHREAD CALLBACK HTTPTask_TastPost_Thread(XPVOID lParam)
2424
continue;
2525
}
2626
int nListCount = 0;
27-
RFCCOMPONENTS_HTTP_PKTCLIENT** ppSst_ListAddr;
27+
XENGINE_MANAGEPOOL_TASKEVENT** ppSst_ListAddr;
2828
//获得编号1的所有待处理任务的客户端列表(也就是客户端发送过来的数据已经组好了一个包,需要我们处理)
2929
HttpProtocol_Server_GetPoolEx(xhHTTPPacket, nThreadPos, &ppSst_ListAddr, &nListCount);
3030
//先循环客户端

0 commit comments

Comments
 (0)