mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-28 22:23:17 +00:00
1. Updated error handling for MeshInfo_GetSystemInformation
2. Fixed missing ILibSpinLock declaration 3. Fixed compiler warning
This commit is contained in:
@@ -182,7 +182,7 @@ typedef struct ILibAsyncSocketModule
|
||||
|
||||
struct ILibAsyncSocket_SendData *PendingSend_Head;
|
||||
struct ILibAsyncSocket_SendData *PendingSend_Tail;
|
||||
sem_t SendLock;
|
||||
ILibSpinLock SendLock;
|
||||
|
||||
int MaxBufferSize;
|
||||
int MaxBufferSizeExceeded;
|
||||
|
||||
@@ -3628,8 +3628,6 @@ void ILibChain_PartialStart(void *Chain)
|
||||
{
|
||||
if (Chain == NULL) { return; }
|
||||
ILibBaseChain *chain = (ILibBaseChain*)Chain;
|
||||
ILibChain_Link *module;
|
||||
ILibChain_Link_Hook *nodeHook;
|
||||
|
||||
#ifdef WIN32
|
||||
memset(chain->WaitHandles, 0, sizeof(chain->WaitHandles));
|
||||
|
||||
Reference in New Issue
Block a user