| 239 | } |
| 240 | |
| 241 | void run_reqin_callbacks(struct cell *trans, struct sip_msg *req, int code) |
| 242 | { |
| 243 | run_any_trans_callbacks(new_tran_tmcb_hl, TMCB_REQUEST_IN, trans, req, NULL, code); |
| 244 | } |
| 245 | |
| 246 | void run_trans_callbacks_locked( int type , struct cell *trans, |
| 247 | struct sip_msg *req, struct sip_msg *rpl, int code ) |
no test coverage detected