| 3138 | } |
| 3139 | |
| 3140 | void engage_tm_reply_callback(struct cell* t, int type, struct tmcb_params *p) |
| 3141 | { |
| 3142 | if (!t || !p) |
| 3143 | return; |
| 3144 | |
| 3145 | /* engage */ |
| 3146 | engage_force_rtpproxy(NULL, p->rpl); |
| 3147 | } |
| 3148 | |
| 3149 | |
| 3150 | static int |
nothing calls this directly
no test coverage detected