diff options
author | root <root> | 2009-07-08 02:46:05 +0000 |
---|---|---|
committer | root <root> | 2009-07-08 02:46:05 +0000 |
commit | 0a4686f75f02682a280668644026bb886a73b4b0 (patch) | |
tree | 36756d79799b9d950e0b09c8f55a362651f586d9 /ev_vars.h | |
parent | ab847d7a260f86a14c1f79508c0808bf11c4776c (diff) |
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* * loop member variable declarations * - * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de> + * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann <libev@schmorp.de> * 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 */ |