summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2007-12-21 02:40:01 +0000
committerroot <root>2007-12-21 02:40:01 +0000
commit1e3492c82b3ca91bb8e1908ec622ec18892931b7 (patch)
tree575c4263ab248992654d5c9dee3a77ea88a568d6 /ev.c
parent743aec8b44b347a1ca6e491fd90b010d9c2b39ae (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 8a92fb0..2f46f79 100644
--- a/ev.c
+++ b/ev.c
@@ -2215,7 +2215,7 @@ ev_embed_start (EV_P_ ev_embed *w)
{
struct ev_loop *loop = w->other;
assert (("loop to be embedded is not embeddable", backend & ev_embeddable_backends ()));
- ev_io_init (&w->io, embed_io_cb, backend_fd, EV_WRITE);
+ ev_io_init (&w->io, embed_io_cb, backend_fd, EV_READ);
}
ev_set_priority (&w->io, ev_priority (w));