moonbridge
annotate moonbridge_io.h @ 124:61a2f55b3538
Do not announce socket/listener type when communicating with the child process
(unnecessary because pointer to listener struct is passed)
(unnecessary because pointer to listener struct is passed)
author | jbe |
---|---|
date | Sun Apr 12 00:33:08 2015 +0200 (2015-04-12) |
parents | 06d965df8a0c |
children | 6dfe5b424b18 |
rev | line source |
---|---|
jbe@79 | 1 |
jbe@107 | 2 void moonbr_io_pushhandle(lua_State *L, int fd); |
jbe@100 | 3 void moonbr_io_closehandle(lua_State *L, int idx, int reset); |
jbe@98 | 4 int moonbr_io_tcpconnect(lua_State *L); |
jbe@99 | 5 int moonbr_io_tcpconnect_nb(lua_State *L); |
jbe@79 | 6 int luaopen_moonbridge_io(lua_State *L); |
jbe@79 | 7 |