moonbridge

annotate moonbridge_io.h @ 331:247d9d029306

Improved Makefile to allow manual selection of PLATFORM and DISTRIBUTION; Emit warning if platform or Linux distribution could not be determined
author jbe
date Fri Feb 05 14:27:08 2021 +0100 (2021-02-05)
parents b355e259c81e
children 86d9377cc615
rev   line source
jbe@79 1
jbe@293 2 volatile sig_atomic_t moonbr_io_sigterm_flag;
jbe@107 3 void moonbr_io_pushhandle(lua_State *L, int fd);
jbe@100 4 void moonbr_io_closehandle(lua_State *L, int idx, int reset);
jbe@288 5 int moonbr_io_catch_sigterm(lua_State *L);
jbe@79 6 int luaopen_moonbridge_io(lua_State *L);
jbe@79 7

Impressum / About Us