-------------------------------------------------------------------------*\ * Just call tm methods \*-------------------------------------------------------------------------*/
| 146 | * Just call tm methods |
| 147 | \*-------------------------------------------------------------------------*/ |
| 148 | static int meth_settimeout(lua_State *L) { |
| 149 | p_unix un = (p_unix) auxiliar_checkgroup(L, "serial{any}", 1); |
| 150 | return timeout_meth_settimeout(L, &un->tm); |
| 151 | } |
| 152 | |
| 153 | /*=========================================================================*\ |
| 154 | * Library functions |
nothing calls this directly
no test coverage detected