mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-25 20:53:15 +00:00
Updated metadata
This commit is contained in:
@@ -2478,7 +2478,7 @@ ILibWebClient_RequestManager ILibCreateWebClient(int PoolSize, void *Chain)
|
||||
if ((RetVal = (struct ILibWebClientManager*)malloc(sizeof(struct ILibWebClientManager))) == NULL) ILIBCRITICALEXIT(254);
|
||||
memset(RetVal, 0, sizeof(struct ILibWebClientManager));
|
||||
RetVal->MaxConnectionsToSameServer = 1;
|
||||
RetVal->ChainLink.MetaData = "ILibWebClient";
|
||||
RetVal->ChainLink.MetaData = ILibMemory_SmartAllocate_FromString("ILibWebClient");
|
||||
RetVal->ChainLink.DestroyHandler = &ILibDestroyWebClient;
|
||||
RetVal->ChainLink.PreSelectHandler = &ILibWebClient_PreProcess;
|
||||
//RetVal->PostSelect = &ILibWebClient_PreProcess;
|
||||
|
||||
Reference in New Issue
Block a user