summaryrefslogtreecommitdiff
path: root/src/src/globals.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-02-13 11:34:38 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2023-02-13 11:34:38 +0000
commit1e835086d1592bdfbcd8577133965b78470840ac (patch)
treef59b796ea82b41bfa78a3ee620e877af9fd18b0c /src/src/globals.h
parent63deec8a3ba77fcabf405d9c30fdd65a8b909526 (diff)
downloadexim4-1e835086d1592bdfbcd8577133965b78470840ac.tar.gz
Named queues: support multiple queue-runners from single daemon
Diffstat (limited to 'src/src/globals.h')
-rw-r--r--src/src/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/globals.h b/src/src/globals.h
index f2e147670..914e2d0f9 100644
--- a/src/src/globals.h
+++ b/src/src/globals.h
@@ -257,8 +257,6 @@ extern struct global_flags {
BOOL queue_2stage :1; /* Run queue in 2-stage manner */
BOOL queue_only_policy :1; /* ACL or local_scan wants queue_only */
- BOOL queue_run_first_delivery :1; /* If TRUE, first deliveries only */
- BOOL queue_run_force :1; /* TRUE to force during queue run */
BOOL queue_run_local :1; /* Local deliveries only in queue run */
BOOL queue_running :1; /* TRUE for queue running process and */
BOOL queue_smtp :1; /* Disable all immediate SMTP (-odqs)*/
@@ -837,6 +835,8 @@ extern uschar *prvscheck_address; /* Set during prvscheck expansion item */
extern uschar *prvscheck_keynum; /* Set during prvscheck expansion item */
extern uschar *prvscheck_result; /* Set during prvscheck expansion item */
+extern qrunner *qrunners; /* tracking data for queues */
+
extern const uschar *qualify_domain_recipient; /* Domain to qualify recipients with */
extern uschar *qualify_domain_sender; /* Domain to qualify senders with */
extern uschar *queue_domains; /* Queue these domains */