]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Add missing function
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 30 Mar 2020 11:18:47 +0000 (12:18 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 30 Mar 2020 11:18:47 +0000 (12:18 +0100)
contrib/libev/ev.c

index a9660cd22a898ea0f8835555b946d2e94836ccbb..12eafd8a412ee20f5070b0bacfa6b59edaaeb8da 100644 (file)
@@ -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