summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/parser.h')
-rw-r--r--usr.sbin/smtpd/parser.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/parser.h b/usr.sbin/smtpd/parser.h
index f4d5351b1eb..0b10607ef8a 100644
--- a/usr.sbin/smtpd/parser.h
+++ b/usr.sbin/smtpd/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.3 2008/12/27 16:45:01 jacekm Exp $ */
+/* $OpenBSD: parser.h,v 1.4 2009/01/04 19:37:41 gilles Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -22,7 +22,11 @@ enum actions {
RELOAD,
MONITOR,
SHOW_QUEUE,
- SHOW_RUNQUEUE
+ SHOW_RUNQUEUE,
+ PAUSE_MDA,
+ PAUSE_MTA,
+ RESUME_MDA,
+ RESUME_MTA,
};
struct parse_result {