diff options
author | 2016-02-09 22:18:17 +0000 | |
---|---|---|
committer | 2016-02-09 22:18:17 +0000 | |
commit | 5801e1361fffb436b1d838c71932b608e2583579 (patch) | |
tree | 6d83d26e95ba3509ff2620070ab675d9e05ca6b5 | |
parent | Log frames which fall outside the BlockAack window in dmesg if the (diff) | |
download | wireguard-openbsd-5801e1361fffb436b1d838c71932b608e2583579.tar.xz wireguard-openbsd-5801e1361fffb436b1d838c71932b608e2583579.zip |
add PROC_QUEUE_MESSAGE_UNCORRUPT to smtpd-api.h, needed by privsep queues
-rw-r--r-- | usr.sbin/smtpd/smtpd-api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd-api.h b/usr.sbin/smtpd/smtpd-api.h index 5df45befb85..ecac08494fa 100644 --- a/usr.sbin/smtpd/smtpd-api.h +++ b/usr.sbin/smtpd/smtpd-api.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd-api.h,v 1.28 2015/12/12 11:31:29 sunil Exp $ */ +/* $OpenBSD: smtpd-api.h,v 1.29 2016/02/09 22:18:17 gilles Exp $ */ /* * Copyright (c) 2013 Eric Faurot <eric@openbsd.org> @@ -107,6 +107,7 @@ enum { PROC_QUEUE_MESSAGE_COMMIT, PROC_QUEUE_MESSAGE_FD_R, PROC_QUEUE_MESSAGE_CORRUPT, + PROC_QUEUE_MESSAGE_UNCORRUPT, PROC_QUEUE_ENVELOPE_CREATE, PROC_QUEUE_ENVELOPE_DELETE, PROC_QUEUE_ENVELOPE_LOAD, |