mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
Restored line accidentally deleted
This commit is contained in:
@@ -108,6 +108,7 @@ typedef struct ILibDuktape_fs_appleWatcher
|
||||
void *chain;
|
||||
void *kthread; // Worker thread running kevent()
|
||||
int kq; // kqueue() object
|
||||
sem_t exitWaiter;
|
||||
sem_t inputWaiter; // Semaphore used to dispatch between Microstack Event Loop and kevent loop.
|
||||
int unblocker[2]; // pipe used to unblock thread
|
||||
ILibDuktape_fs_descriptorInfo **descriptors;
|
||||
|
||||
Reference in New Issue
Block a user