commit 4aad801: [Minor] Add missing function
Vsevolod Stakhov
vsevolod at highsecure.ru
Mon Mar 30 11:21:09 UTC 2020
Author: Vsevolod Stakhov
Date: 2020-03-30 12:18:47 +0100
URL: https://github.com/rspamd/rspamd/commit/4aad801ba8793825330b2112ec87a56f7675ef6e
[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 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
More information about the Commits
mailing list