moonbridge

diff moonbridge_io.h @ 99:c9ffbdac1337

New function moonbridge_io.tcpconnect_nb(...) for nonblocking connects
author jbe
date Wed Apr 08 04:22:03 2015 +0200 (2015-04-08)
parents acaa85256c4b
children df1ab25c6513
line diff
     1.1 --- a/moonbridge_io.h	Wed Apr 08 04:00:41 2015 +0200
     1.2 +++ b/moonbridge_io.h	Wed Apr 08 04:22:03 2015 +0200
     1.3 @@ -2,5 +2,6 @@
     1.4  void moonbr_io_pushhandle(lua_State *L, int fd, int useshutdown);
     1.5  void moonbr_io_closehandle(lua_State *L, int idx, int timeout);
     1.6  int moonbr_io_tcpconnect(lua_State *L);
     1.7 +int moonbr_io_tcpconnect_nb(lua_State *L);
     1.8  int luaopen_moonbridge_io(lua_State *L);
     1.9  

Impressum / About Us