소스 검색

define ANY_ROUTE

- defined as 0xffffffff to match any route type
Daniel-Constantin Mierla 16 년 전
부모
커밋
16b47a9a88
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      route.h

+ 1 - 0
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