|
@@ -152,6 +152,7 @@ typedef int (*param_func_t)( modparam_t type, void* val);
|
|
#define BRANCH_ROUTE 8 /* Function can be used in branch_route blocks */
|
|
#define BRANCH_ROUTE 8 /* Function can be used in branch_route blocks */
|
|
#define ONSEND_ROUTE 16 /* Function can be used in onsend_route blocks */
|
|
#define ONSEND_ROUTE 16 /* Function can be used in onsend_route blocks */
|
|
#define ERROR_ROUTE 32 /* Function can be used in an error route */
|
|
#define ERROR_ROUTE 32 /* Function can be used in an error route */
|
|
|
|
+#define LOCAL_ROUTE 64 /* Function can be used in a local route */
|
|
|
|
|
|
/* Macros - used as rank in child_init function */
|
|
/* Macros - used as rank in child_init function */
|
|
#define PROC_MAIN 0 /* Main ser process */
|
|
#define PROC_MAIN 0 /* Main ser process */
|