Explorar o código

define ANY_ROUTE

- defined as 0xffffffff to match any route type
Daniel-Constantin Mierla %!s(int64=16) %!d(string=hai) anos
pai
achega
16b47a9a88
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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