summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2010-10-21 15:14:49 +0000
committerroot <root>2010-10-21 15:14:49 +0000
commit7928d442c9b9a9101048f85647ca3923b05b573d (patch)
tree56346c82ba338a968e234d626d9f8f06f3b54413 /ev_vars.h
parent707bcc9500e31632165e7cfc4c76fd16241c8c3f (diff)
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 5be204e..808f3c6 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -48,7 +48,7 @@ VARx(ev_tstamp, timeout_blocktime)
VARx(int, backend)
VARx(int, activecnt) /* total number of active events ("refcount") */
-VARx(unsigned char, loop_done) /* signal by ev_unloop */
+VARx(EV_ATOMIC_T, loop_done) /* signal by ev_break */
VARx(int, backend_fd)
VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */
@@ -175,7 +175,7 @@ VARx(sigset_t, sigfd_set)
#if EV_FEATURE_API || EV_GENWRAP
VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
-VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */
+VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */
VARx(void *, userdata)
VAR (release_cb, void (*release_cb)(EV_P))