diff options
Diffstat (limited to 'usr.sbin/hoststatectl/parser.h')
-rw-r--r-- | usr.sbin/hoststatectl/parser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/hoststatectl/parser.h b/usr.sbin/hoststatectl/parser.h index 1f1c8e879e1..9d0cbeb62a7 100644 --- a/usr.sbin/hoststatectl/parser.h +++ b/usr.sbin/hoststatectl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.2 2006/12/16 18:50:33 reyk Exp $ */ +/* $OpenBSD: parser.h,v 1.3 2007/02/01 20:03:38 pyr Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -26,7 +26,8 @@ enum actions { HOST_DISABLE, HOST_ENABLE, SHUTDOWN, - RELOAD + RELOAD, + MONITOR }; struct parse_result { |