浏览代码

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