moonbridge

diff moonbridge_io.h @ 284:28aab22e68b6

New implementation of SIGTERM handling
author jbe
date Sun Jun 11 00:02:43 2017 +0200 (2017-06-11)
parents 2dd0eea2f5f8
children 524bb61496b5
line diff
     1.1 --- a/moonbridge_io.h	Fri Jun 09 18:33:57 2017 +0200
     1.2 +++ b/moonbridge_io.h	Sun Jun 11 00:02:43 2017 +0200
     1.3 @@ -1,5 +1,6 @@
     1.4  
     1.5  void moonbr_io_pushhandle(lua_State *L, int fd);
     1.6  void moonbr_io_closehandle(lua_State *L, int idx, int reset);
     1.7 +int moonbr_io_sigterm_setup(lua_State *L);
     1.8  int luaopen_moonbridge_io(lua_State *L);
     1.9  

Impressum / About Us