Module: sip-router
Branch: master
Commit: bce53e2a14c07203e5914fdb41ca887765a28799
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bce53e2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Jul 10 00:17:54 2009 +0200
tm: enabbled TMCB_ONSEND
- used by siptrace module
---
modules/tm/t_hooks.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/tm/t_hooks.h b/modules/tm/t_hooks.h
index 998ace1..d593a67 100644
--- a/modules/tm/t_hooks.h
+++ b/modules/tm/t_hooks.h
@@ -48,9 +48,7 @@
/* if defined support for ONSEND callbacks will be added and
* the tmcb_params structure will get some additional members */
-/*
#define TMCB_ONSEND
-*/
#ifdef TMCB_ONSEND
#include "../../ip_addr.h" /* dest_info */
#endif