From 37de1ba2225149cd64fdde06bd781b3ca3fc443a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 2 Apr 2012 23:14:40 +0000 Subject: *** empty log message *** --- ev.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ev.c') diff --git a/ev.c b/ev.c index d61180b..15c58d5 100644 --- a/ev.c +++ b/ev.c @@ -1,7 +1,7 @@ /* * libev event processing core, watcher management * - * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann + * Copyright (c) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann * 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 -- cgit v1.2.3