-------------------------------------------------------------------------*\ * Just call tm methods \*-------------------------------------------------------------------------*/
| 345 | * Just call tm methods |
| 346 | \*-------------------------------------------------------------------------*/ |
| 347 | static int meth_settimeout(lua_State *L) |
| 348 | { |
| 349 | p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); |
| 350 | return timeout_meth_settimeout(L, &tcp->tm); |
| 351 | } |
| 352 | |
| 353 | /*=========================================================================*\ |
| 354 | * Library functions |
nothing calls this directly
no test coverage detected