moonbridge

diff moonbridge_io.h @ 80:1a0346580e6d

Blocking :write(...) and :flush(...) methods in I/O library
author jbe
date Mon Apr 06 01:35:23 2015 +0200 (2015-04-06)
parents 22dbb9d09f02
children 697cdf8e2000
line diff
     1.1 --- a/moonbridge_io.h	Sun Apr 05 18:01:31 2015 +0200
     1.2 +++ b/moonbridge_io.h	Mon Apr 06 01:35:23 2015 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4  
     1.5 -void moonbr_io_pushhandle(lua_State *L, int fd);
     1.6 +void moonbr_io_pushhandle(lua_State *L, int fd, int gc_idx);
     1.7  int luaopen_moonbridge_io(lua_State *L);
     1.8  

Impressum / About Us