diff options
Diffstat (limited to 'usr.sbin/hoststatectl/parser.h')
-rw-r--r-- | usr.sbin/hoststatectl/parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/hoststatectl/parser.h b/usr.sbin/hoststatectl/parser.h index 9d359dfd411..c9c1e875fd2 100644 --- a/usr.sbin/hoststatectl/parser.h +++ b/usr.sbin/hoststatectl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.6 2007/09/28 13:29:56 pyr Exp $ */ +/* $OpenBSD: parser.h,v 1.7 2007/10/19 12:08:55 pyr Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -29,6 +29,7 @@ enum actions { HOST_DISABLE, HOST_ENABLE, SHUTDOWN, + POLL, RELOAD, MONITOR }; |