X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmacros.h;h=3b0293b971d5631569f3244601d18ff1c6a673aa;hb=1e835086d1592bdfbcd8577133965b78470840ac;hp=585067fc9ea59c4ed69cd6b714145435571ea9b5;hpb=63deec8a3ba77fcabf405d9c30fdd65a8b909526;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macros.h b/src/src/macros.h index 585067fc9..3b0293b97 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -1113,9 +1113,9 @@ should not be one active. */ #define NOTIFIER_SOCKET_NAME "exim_daemon_notify" /* Notify message types */ -#define NOTIFY_MSG_QRUN 1 -#define NOTIFY_QUEUE_SIZE_REQ 2 -#define NOTIFY_REGEX 3 +#define NOTIFY_MSG_QRUN 1 /* 2stage qrun fast-ramp trigger */ +#define NOTIFY_QUEUE_SIZE_REQ 2 /* obtain current queue count */ +#define NOTIFY_REGEX 3 /* an RE for caching */ /* Flags for match_check_string() */ typedef unsigned mcs_flags;