Module: sip-router Branch: tmp/tm_async_reply_support Commit: c814ad14d662d728aa4e0e2fb890f33ed293e832 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c814ad14d662d728aa4e0e2fb890f33ed293e832
Author: Richard Good <[email protected]> Committer: Richard Good <[email protected]> Date: Mon Oct 7 12:43:34 2013 +0200 modules/tm: removed another duplicate variable caused by master merge --- modules/tm/t_reply.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/modules/tm/t_reply.h b/modules/tm/t_reply.h index 1a40a82..b4d2b0f 100644 --- a/modules/tm/t_reply.h +++ b/modules/tm/t_reply.h @@ -148,8 +148,6 @@ int t_get_reply_totag(struct sip_msg *msg, str *totag); #define LOCK_REPLIES(_t) lock(&(_t)->reply_mutex ) #define UNLOCK_REPLIES(_t) unlock(&(_t)->reply_mutex ) -#define LOCK_ASYNC_CONTINUE(_t) lock(&(_t)->async_mutex ) -#define UNLOCK_ASYNC_CONTINUE(_t) unlock(&(_t)->async_mutex ) /* This function is called whenever a reply for our module is received; * we need to register this function on module initialization; _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
