From 4aad801ba8793825330b2112ec87a56f7675ef6e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 30 Mar 2020 12:18:47 +0100 Subject: [PATCH] [Minor] Add missing function --- contrib/libev/ev.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/libev/ev.c b/contrib/libev/ev.c index a9660cd22a..12eafd8a41 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 -- 2.47.3