X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fglobals.h;h=0466da5001c18900d23f019bf535b292f0c26ec7;hb=11ce40d8d043155bc87a5f564c9064e06fc4f184;hp=e4725a7195e10fb7484ac14a7ff436ccf12105f0;hpb=9f01e50d7efc5c625614e4e055790ca4a92a52a8;p=exim.git diff --git a/src/src/globals.h b/src/src/globals.h index e4725a719..0466da500 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -787,6 +787,7 @@ extern pid_t queue_run_pid; /* PID of the queue running process or 0 extern int queue_run_pipe; /* Pipe for synchronizing */ extern int queue_interval; /* Queue running interval */ extern uschar *queue_name; /* Name of queue, if nondefault spooling */ +extern uschar *queue_name_dest; /* Destination queue, for moving messages */ extern BOOL queue_only; /* TRUE to disable immediate delivery */ extern int queue_only_load; /* Max load before auto-queue */ extern BOOL queue_only_load_latch; /* Latch queue_only_load TRUE */