diff options
author | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-01-29 21:59:16 +0000 |
---|---|---|
committer | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-01-29 21:59:16 +0000 |
commit | 32cf7735bdfdf1d426921ec6fd3a2dde493d74f9 (patch) | |
tree | 14d38785253d6cd2bbbcf19da89548582da71f04 /usr.sbin/smtpd/parser.h | |
parent | acdcfa87b77e045144bec3e56d7cd8360bcf2e3d (diff) |
Implement "smtpctl show stats"; ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/parser.h')
-rw-r--r-- | usr.sbin/smtpd/parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/parser.h b/usr.sbin/smtpd/parser.h index 7cf6e3bf94d..21d4e517b1b 100644 --- a/usr.sbin/smtpd/parser.h +++ b/usr.sbin/smtpd/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.5 2009/01/04 22:35:09 gilles Exp $ */ +/* $OpenBSD: parser.h,v 1.6 2009/01/29 21:59:15 jacekm Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -23,6 +23,7 @@ enum actions { MONITOR, SHOW_QUEUE, SHOW_RUNQUEUE, + SHOW_STATS, PAUSE_MDA, PAUSE_MTA, PAUSE_SMTP, |