Module: sip-router
Branch: tmp/ruri_branch
Commit: 039b182ef82c12f6661cce7c60c8fb59a51551ad
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=039b182…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Thu May 27 11:06:18 2010 +0200
modules*: mark r-uri as "new" when changed
Each time the r-uri, dst-uri or path is changed, the r-uri is
marked as available for forking. This should simplify a lot serial
forking from the script.
---
modules/app_python/python_msgobj.c | 3 +++
modules/avpops/avpops_impl.c | 3 +++
modules_k/cpl-c/cpl_sig.c | 3 +++
modules_k/dispatcher/dispatch.c | 5 ++++-
modules_k/domainpolicy/domainpolicy.c | 3 +++
modules_k/drouting/drouting.c | 2 ++
modules_k/kex/km_core.c | 3 +++
modules_k/path/path.c | 4 ++++
modules_k/pv/pv_core.c | 3 +++
modules_k/rr/loose.c | 3 +++
modules_k/textops/textops.c | 2 ++
modules_k/uac/auth.c | 2 ++
modules_s/avp/avp.c | 3 +++
modules_s/dispatcher/ds_backend.c | 6 ++++++
modules_s/mangler/contact_ops.c | 1 +
modules_s/registrar/lookup.c | 2 ++
modules_s/rr/loose.c | 3 +++
modules_s/textops/textops.c | 2 ++
modules_s/uac/auth.c | 2 ++
19 files changed, 54 insertions(+), 1 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=039…