summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2010-09-10 05:38:45 +0000
committerroot <root>2010-09-10 05:38:45 +0000
commit745f730f7b711755aabee184555a4f0b9cd28b0f (patch)
treee58402396ded51cb5f10da3129d77d88cc10f47c /ev++.h
parentf09fb506629610fa98bd8f67852f446fda1dd879 (diff)
*** empty log message ***
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ev++.h b/ev++.h
index 315ee65..19d9cd2 100644
--- a/ev++.h
+++ b/ev++.h
@@ -228,14 +228,14 @@ namespace ev {
}
#if EV_FEATURE_API
- unsigned int count () const throw ()
+ unsigned int iteration () const throw ()
{
- return ev_loop_count (EV_AX);
+ return ev_iteration (EV_AX);
}
unsigned int depth () const throw ()
{
- return ev_loop_depth (EV_AX);
+ return ev_depth (EV_AX);
}
void set_io_collect_interval (tstamp interval) throw ()