aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpd.h
diff options
context:
space:
mode:
authorgilles <gilles@poolp.org>2016-09-01 12:37:04 +0200
committergilles <gilles@poolp.org>2016-09-01 12:37:04 +0200
commit9978294c278b3b4efa5c99000df3d2eaf5263da1 (patch)
treeb26ab5c8b034e64ba181ca0361ecaf7a89e10f26 /smtpd/smtpd.h
parentProperly initialize the message parser. fix a regression where the (diff)
downloadOpenSMTPD-9978294c278b3b4efa5c99000df3d2eaf5263da1.tar.xz
OpenSMTPD-9978294c278b3b4efa5c99000df3d2eaf5263da1.zip
sync with OpenBSD
Diffstat (limited to 'smtpd/smtpd.h')
-rw-r--r--smtpd/smtpd.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index 2a5319c6..943a998c 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.516 2016/07/24 16:04:53 gilles Exp $ */
+/* $OpenBSD: smtpd.h,v 1.520 2016/09/01 10:07:20 eric Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -654,7 +654,6 @@ struct smtpd {
#define PROFILE_TOSTAT 0x0001
#define PROFILE_IMSG 0x0002
#define PROFILE_QUEUE 0x0004
-#define PROFILE_BUFFERS 0x0008
struct forward_req {
uint64_t id;
@@ -1005,13 +1004,6 @@ struct mproc {
short events;
struct event ev;
void *data;
-
- off_t msg_in;
- off_t msg_out;
- off_t bytes_in;
- off_t bytes_out;
- size_t bytes_queued;
- size_t bytes_queued_max;
};
struct msg {