From: Vsevolod Stakhov Date: Mon, 30 Mar 2020 11:18:47 +0000 (+0100) Subject: [Minor] Add missing function X-Git-Tag: 2.5~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4aad801ba8793825330b2112ec87a56f7675ef6e;p=thirdparty%2Frspamd.git [Minor] Add missing function --- 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