diff options
author | Thomas Harning Jr <harningt@gmail.com> | 2007-09-07 00:34:10 -0400 |
---|---|---|
committer | Thomas Harning Jr <harningt@gmail.com> | 2007-09-07 00:34:10 -0400 |
commit | 90dd5e4f7e2461da3d36f5455ab2f2099f8e6c84 (patch) | |
tree | 1ac35d4681cd077e841719474b89688e366f24f7 /include | |
parent | a2741acddc500c191cdd934a6e8ce74efb9326e9 (diff) | |
download | luaevent-prosody-90dd5e4f7e2461da3d36f5455ab2f2099f8e6c84.tar.gz luaevent-prosody-90dd5e4f7e2461da3d36f5455ab2f2099f8e6c84.zip |
event_buffer learned how to read/write from/to sockets/file-descriptors
Diffstat (limited to 'include')
-rw-r--r-- | include/luaevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/luaevent.h b/include/luaevent.h index 2424756..ef3386b 100644 --- a/include/luaevent.h +++ b/include/luaevent.h @@ -15,6 +15,7 @@ typedef struct { le_base* event_base_get(lua_State* L, int idx); void load_timeval(double time, struct timeval *tv); +int getSocketFd(lua_State* L, int idx); int luaopen_luaevent(lua_State* L); |