Module: sip-router Branch: master Commit: d4c72479d57911da6f7fca32cd8054b320a54e48 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d4c72479...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Apr 27 16:12:40 2009 +0200
tm: aliased TMCB_RESPONSE_READY to TMCB_RESPONSE_OUT
---
modules/tm/t_hooks.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/tm/t_hooks.h b/modules/tm/t_hooks.h index de20c51..48b0d59 100644 --- a/modules/tm/t_hooks.h +++ b/modules/tm/t_hooks.h @@ -115,6 +115,8 @@ struct cell; #endif #define TMCB_MAX ((1<<(TMCB_MAX_N+1))-1)
+/* response ready - might need to be executed before sending reply out */ +#define TMCB_RESPONSE_READY TMCB_RESPONSE_OUT
/* * Caution: most of the callbacks work with shmem-ized messages