moonbridge
diff moonbridge_io.h @ 94:de3982f17d05
Removed timeout option from socket:close(); Simulate shutdown for local sockets (Unix Domain Sockets)
author | jbe |
---|---|
date | Tue Apr 07 22:17:13 2015 +0200 (2015-04-07) |
parents | fca51922b708 |
children | acaa85256c4b |
line diff
1.1 --- a/moonbridge_io.h Tue Apr 07 04:08:41 2015 +0200 1.2 +++ b/moonbridge_io.h Tue Apr 07 22:17:13 2015 +0200 1.3 @@ -1,5 +1,5 @@ 1.4 1.5 -void moonbr_io_pushhandle(lua_State *L, int fd, int issocket, int canshutdown); 1.6 +void moonbr_io_pushhandle(lua_State *L, int fd, int useshutdown); 1.7 void moonbr_io_closehandle(lua_State *L, int idx, int timeout); 1.8 int luaopen_moonbridge_io(lua_State *L); 1.9