diff -r 88ce07d62597 -r 8339f6236a3c luaevent/include/luaevent.h --- a/luaevent/include/luaevent.h Wed Jun 13 04:32:12 2007 +0000 +++ b/luaevent/include/luaevent.h Sat Aug 18 20:57:33 2007 +0000 @@ -9,10 +9,14 @@ #include typedef struct { + struct event_base* base; + lua_State* loop_L; +} le_base; + +typedef struct { struct event ev; - lua_State* L; + le_base* base; int callbackRef; - int objectRef; /* TEMP */ } le_callback; int luaopen_luaevent(lua_State* L);