Module: sip-router Branch: master Commit: 16b47a9a8830fc5c9d2b310536a7a881e233b9ac URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=16b47a9a...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Apr 27 13:00:44 2009 +0200
define ANY_ROUTE
- defined as 0xffffffff to match any route type
---
route.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/route.h b/route.h index 221fb4c..cb86ba4 100644 --- a/route.h +++ b/route.h @@ -52,6 +52,7 @@ #define ONSEND_ROUTE (1 << 4) #define ERROR_ROUTE (1 << 5) #define LOCAL_ROUTE (1 << 6) +#define ANY_ROUTE (0xFFFFFFFF)
/* The value of this variable is one of the route types defined above and it * determines the type of the route being executed, module functions can use