Module: sip-router Branch: master Commit: 79edcdf278ff95b17b08f44affa636ec7a40aa40 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79edcdf2...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Tue Jul 14 14:44:21 2009 +0200
tm: which_cancel renamed and takes more parameters
- which_cancel() renamed to prepare_to_cancel() to better reflect its real purpose. - which_cancel_f renamed to prepare_to_cancel_f - tm_binds which_cancel member renamed to prepare_to_cancel - should_cancel_branch() renamed to prepare_cancel_branch(). - prepare_to_cancel() takes now an extra parameter (skip_branches) which contains a bitmap of the branches that should be skipped (not canceled).
---
modules/tm/t_cancel.c | 38 ++++++++++++++++++++++++++------------ modules/tm/t_cancel.h | 24 +++++++++++++++++++----- modules/tm/t_fwd.c | 8 ++++---- modules/tm/t_reply.c | 14 +++++++------- modules/tm/timer.c | 2 +- modules/tm/tm_load.c | 2 +- modules/tm/tm_load.h | 3 ++- 7 files changed, 60 insertions(+), 31 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=79ed...