From 7928d442c9b9a9101048f85647ca3923b05b573d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Oct 2010 15:14:49 +0000 Subject: *** empty log message *** --- ev_vars.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ev_vars.h') 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)) -- cgit v1.2.3