| 281 | } |
| 282 | |
| 283 | void wrap_tm_compact(struct cell*t, int type, struct tmcb_params* p) |
| 284 | { |
| 285 | wrap_tm_func( t, COMPACT_CB, p); |
| 286 | } |
| 287 | |
| 288 | void wrap_tm_func(struct cell* t, int type, struct tmcb_params* p) |
| 289 | { |
nothing calls this directly
no test coverage detected