From 0a4686f75f02682a280668644026bb886a73b4b0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Jul 2009 02:46:05 +0000 Subject: *** empty log message *** --- ev_vars.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ev_vars.h') diff --git a/ev_vars.h b/ev_vars.h index b91e430..acf6297 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -1,7 +1,7 @@ /* * loop member variable declarations * - * Copyright (c) 2007,2008 Marc Alexander Lehmann + * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann * All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- @@ -49,6 +49,8 @@ VARx(ev_tstamp, timeout_blocktime) VARx(int, backend) VARx(int, activecnt) /* total number of active events ("refcount") */ VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ +VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */ +VARx(char, loop_done) /* signal by ev_unloop */ VARx(int, backend_fd) VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */ -- cgit v1.2.3