1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

1. Updated error handling for MeshInfo_GetSystemInformation

2. Fixed missing ILibSpinLock declaration
3. Fixed compiler warning
This commit is contained in:
Bryan Roe
2020-12-02 15:58:08 -08:00
parent 4cc92a2d59
commit 30363a70f1
3 changed files with 10 additions and 12 deletions

View File

@@ -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;