Skip to content

Commit

Permalink
[Minor] Add missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Mar 30, 2020
1 parent fd787a9 commit 4aad801
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/libev/ev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aad801

Please sign in to comment.