summaryrefslogtreecommitdiffstats
path: root/src/smtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smtp.h')
-rw-r--r--src/smtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smtp.h b/src/smtp.h
index f8aaaeb84..a986b2853 100644
--- a/src/smtp.h
+++ b/src/smtp.h
@@ -88,6 +88,8 @@ struct smtp_session {
struct smtp_upstream *upstream;
+ struct event *delay_timer;
+
gboolean resolved;
gboolean esmtp;
};