summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r--usr.sbin/smtpd/smtpd.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index 8b1fe8bdba1..7e7c4fee1e9 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.167 2010/01/03 14:37:37 chl Exp $ */
+/* $OpenBSD: smtpd.h,v 1.168 2010/01/10 16:42:35 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -157,6 +157,7 @@ enum imsg_type {
IMSG_RUNNER_UPDATE_ENVELOPE,
IMSG_RUNNER_STATS,
IMSG_RUNNER_SCHEDULE,
+ IMSG_RUNNER_REMOVE,
IMSG_BATCH_CREATE,
IMSG_BATCH_APPEND,
@@ -700,6 +701,12 @@ struct sched {
int ret;
};
+struct remove {
+ int fd;
+ char mid[MAX_ID_SIZE];
+ int ret;
+};
+
struct reload {
int fd;
int ret;