Module: sip-router
Branch: andrei/rpc_async
Commit: 81860287cd49b762eafb49a50a0345fc89be2b93
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8186028…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Thu Jul 30 15:35:37 2009 +0200
core+tm: moved sip msg clone functions to the core
- moved all sip msg clone related functions to the core, since the
xmlrpc modules will need them too.
- renamed sip_msg_cloner() to sip_msg_shm_clone().
- msg_lump_cloner() is no longer static and returns 1 for no
change, 0 for successful cloning and -1 on error.
---
modules/tm/fix_lumps.h => fix_lumps.h | 1 -
modules/tm/h_table.c | 2 +-
modules/tm/sip_msg.c | 964 +-------------------------------
modules/tm/t_fwd.c | 2 +-
modules/tm/t_reply.c | 2 +-
sip_msg_clone.c | 976 +++++++++++++++++++++++++++++++++
sip_msg_clone.h | 44 ++
7 files changed, 1050 insertions(+), 941 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=818…