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