]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Mon, 12 Nov 2007 21:51:14 +0000 (21:51 +0000)
committerroot <root>
Mon, 12 Nov 2007 21:51:14 +0000 (21:51 +0000)
ev.h
ev.pod
event.c

diff --git a/ev.h b/ev.h
index c82f5a16c4cc628962722e91463d602ddc5b1a8a..f2ec3f2e7be4198a412602c32c336c610d90fc82 100644 (file)
--- a/ev.h
+++ b/ev.h
@@ -303,7 +303,7 @@ unsigned int ev_method (EV_P);
 
 #define EVLOOP_NONBLOCK        1 /* do not block/wait */
 #define EVLOOP_ONESHOT 2 /* block *once* only */
 
 #define EVLOOP_NONBLOCK        1 /* do not block/wait */
 #define EVLOOP_ONESHOT 2 /* block *once* only */
-#define EVUNLOOP_ONCE   1 /* unloop once */
+#define EVUNLOOP_ON   1 /* unloop once */
 #define EVUNLOOP_ALL    2 /* unloop all loops */
 
 #if EV_PROTOTYPES
 #define EVUNLOOP_ALL    2 /* unloop all loops */
 
 #if EV_PROTOTYPES
diff --git a/ev.pod b/ev.pod
index 616fea2eb2a534d430f188b51fc1db0efc35b841..fae0718cf319e2fe526c538866b41771572d4ebc 100644 (file)
--- a/ev.pod
+++ b/ev.pod
@@ -243,7 +243,7 @@ more generic mechanism.
 
 Can be used to make a call to C<ev_loop> return early (but only after it
 has processed all outstanding events). The C<how> argument must be either
 
 Can be used to make a call to C<ev_loop> return early (but only after it
 has processed all outstanding events). The C<how> argument must be either
-C<EVUNLOOP_ONCE>, which will make the innermost C<ev_loop> call return, or
+C<EVUNLOOP_ONE>, which will make the innermost C<ev_loop> call return, or
 C<EVUNLOOP_ALL>, which will make all nested C<ev_loop> calls return.
 
 =item ev_ref (loop)
 C<EVUNLOOP_ALL>, which will make all nested C<ev_loop> calls return.
 
 =item ev_ref (loop)
diff --git a/event.c b/event.c
index b24d702c0761f26cb1e52993ad3c7b64a234f73a..7bcb804da65e436a12349ea7007d78f68737d682 100644 (file)
--- a/event.c
+++ b/event.c
@@ -347,7 +347,7 @@ x_loopexit_cb (int revents, void *base)
 {
   dLOOPbase;
 
 {
   dLOOPbase;
 
-  ev_unloop (EV_A_ EVUNLOOP_ONCE);
+  ev_unloop (EV_A_ EVUNLOOP_ONE);
 }
 
 int event_base_loopexit (struct event_base *base, struct timeval *tv)
 }
 
 int event_base_loopexit (struct event_base *base, struct timeval *tv)