Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'uloop.c')
-rw-r--r--uloop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uloop.c b/uloop.c
index 2612fbd..e60fb09 100644
--- a/uloop.c
+++ b/uloop.c
@@ -105,6 +105,7 @@ static int waker_init(void)
waker_init_fd(fds[0]);
waker_init_fd(fds[1]);
+ waker_pipe = fds[1];
waker_fd.fd = fds[0];
waker_fd.cb = waker_consume;