aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpd.h
diff options
context:
space:
mode:
authorgilles <gilles@poolp.org>2016-09-01 12:44:04 +0200
committergilles <gilles@poolp.org>2016-09-01 12:44:04 +0200
commit622951f1565efa77c84be8302f12a7ab806569f1 (patch)
treed88b04b103bb8853664bf49fc63dfe307bb9f836 /smtpd/smtpd.h
parentsync with OpenBSD (diff)
downloadOpenSMTPD-622951f1565efa77c84be8302f12a7ab806569f1.tar.xz
OpenSMTPD-622951f1565efa77c84be8302f12a7ab806569f1.zip
sync
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 be15fe87..a30d1e2d 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.519 2016/08/31 21:49:01 eric Exp $ */
+/* $OpenBSD: smtpd.h,v 1.520 2016/09/01 10:07:20 eric Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -658,7 +658,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;
@@ -1009,13 +1008,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 {