1
0
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:
Bryan Roe
2022-07-19 23:33:44 -07:00
parent 6a0f448c65
commit 06cc2ae7ea

View File

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