summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.h
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-12-14 18:21:54 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-12-14 18:21:54 +0000
commit13791bc79521b97c43818ba91b5638d84ad295c8 (patch)
tree90caae43dfc82beb698accde04551ad47e2b33e4 /usr.sbin/smtpd/smtpd.h
parent6aaee87619dad173d0bf1228cee7ee184a118ec5 (diff)
Control maximum number of bounce sessions similarly to how the mta and mda
are now controlled.
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r--usr.sbin/smtpd/smtpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index 54b1719f99c..2b319e0bba5 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.163 2009/12/14 16:44:14 jacekm Exp $ */
+/* $OpenBSD: smtpd.h,v 1.164 2009/12/14 18:21:53 jacekm Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -649,6 +649,8 @@ struct s_queue {
struct s_runner {
size_t active;
+ size_t bounces_active;
+ size_t bounces;
};
struct s_session {