-------------------------------------------------------------------------*\ * Just call tm methods \*-------------------------------------------------------------------------*/
| 311 | * Just call tm methods |
| 312 | \*-------------------------------------------------------------------------*/ |
| 313 | static int meth_settimeout(lua_State *L) { |
| 314 | p_unix un = (p_unix) auxiliar_checkgroup(L, "unix{any}", 1); |
| 315 | return timeout_meth_settimeout(L, &un->tm); |
| 316 | } |
| 317 | |
| 318 | /*=========================================================================*\ |
| 319 | * Library functions |
nothing calls this directly
no test coverage detected