aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/libev/ev.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libev/ev.c b/contrib/libev/ev.c
index a9660cd22..12eafd8a4 100644
--- a/contrib/libev/ev.c
+++ b/contrib/libev/ev.c
@@ -5662,6 +5662,12 @@ ev_now_update_if_cheap (EV_P) EV_NOEXCEPT
if (have_cheap_timer) time_update (EV_A_ 1e100);
}
+int
+ev_active_cnt (EV_P) EV_NOEXCEPT
+{
+ return activecnt;
+}
+
#if EV_MULTIPLICITY
#include "ev_wrap.h"
#endif