-------------------------------------------------------------------------*\ * Just call tm methods \*-------------------------------------------------------------------------*/
| 336 | * Just call tm methods |
| 337 | \*-------------------------------------------------------------------------*/ |
| 338 | static int meth_settimeout(lua_State *L) { |
| 339 | p_udp udp = (p_udp) auxiliar_checkgroup(L, "udp{any}", 1); |
| 340 | return timeout_meth_settimeout(L, &udp->tm); |
| 341 | } |
| 342 | |
| 343 | /*-------------------------------------------------------------------------*\ |
| 344 | * Turns a master udp object into a client object. |
nothing calls this directly
no test coverage detected