浏览代码

[Minor] Add missing function

tags/2.5
Vsevolod Stakhov 4 年前
父节点
当前提交
4aad801ba8
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      contrib/libev/ev.c

+ 6
- 0
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

正在加载...
取消
保存