mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-16 00:03:45 +00:00
1. Fixed process HANDLE leak on windows
2. Replaced semaphore with spinlock on event emitter object.
This commit is contained in:
@@ -131,6 +131,9 @@ char ILibScratchPad[4096]; // General buffer
|
||||
char ILibScratchPad2[65536]; // Often used for UDP packet processing
|
||||
void* gILibChain = NULL; // Global Chain Instance used for Remote Logging when a chain instance isn't otherwise exposed
|
||||
|
||||
ILibSemaphoreTrack_Handler ILibSemaphoreTrack_func = NULL;
|
||||
void* ILibSemaphoreTrack_user = NULL;
|
||||
|
||||
#define ILibChain_SIGMAX 32
|
||||
ILibLinkedList g_signalHandlers[ILibChain_SIGMAX] = { NULL };
|
||||
typedef struct ILibChain_SignalHandlerData
|
||||
|
||||
Reference in New Issue
Block a user