diff options
author | root <root> | 2012-04-02 23:14:40 +0000 |
---|---|---|
committer | root <root> | 2012-04-02 23:14:40 +0000 |
commit | 37de1ba2225149cd64fdde06bd781b3ca3fc443a (patch) | |
tree | 1139858e92c19570bdfa9cb0d5f9ddf4dd88b130 /ev.c | |
parent | ba6296fc5e0aa8a28e93ff877289dd1edb403cf2 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r-- | ev.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* * libev event processing core, watcher management * - * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann <libev@schmorp.de> + * Copyright (c) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann <libev@schmorp.de> * All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- @@ -2932,7 +2932,7 @@ time_update (EV_P_ ev_tstamp max_block) } } -void +int ev_run (EV_P_ int flags) { #if EV_FEATURE_API @@ -3099,6 +3099,8 @@ ev_run (EV_P_ int flags) #if EV_FEATURE_API --loop_depth; #endif + + return activecnt; } void |