| 104 | } |
| 105 | |
| 106 | static int meth_setstats(lua_State *L) { |
| 107 | p_unix un = (p_unix) auxiliar_checkclass(L, "serial{client}", 1); |
| 108 | return buffer_meth_setstats(L, &un->buf); |
| 109 | } |
| 110 | |
| 111 | /*-------------------------------------------------------------------------*\ |
| 112 | * Select support methods |
nothing calls this directly
no test coverage detected