include/luaevent.h

changeset 23
897150985f13
parent 22
48a109847dce
child 34
64a79d8ee224
equal deleted inserted replaced
22:48a109847dce 23:897150985f13
12 struct event_base* base; 12 struct event_base* base;
13 lua_State* loop_L; 13 lua_State* loop_L;
14 } le_base; 14 } le_base;
15 15
16 le_base* event_base_get(lua_State* L, int idx); 16 le_base* event_base_get(lua_State* L, int idx);
17 void load_timeval(double time, struct timeval *tv);
17 18
18 int luaopen_luaevent(lua_State* L); 19 int luaopen_luaevent(lua_State* L);
19 20
20 #endif 21 #endif

mercurial