mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-02-18 10:23:35 +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;
|
||||
|
||||
Reference in New Issue
Block a user