summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpctl/parser.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2009-11-02 20:35:21 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2009-11-02 20:35:21 +0000
commitc2fb2e6439d9d6ad1aafc59781609220efc3b197 (patch)
tree37bfc364e0e78477580dd72733b8e49a7cbc837b /usr.sbin/ldpctl/parser.h
parentfc9e841952912943ca6495d7885058e4408462b0 (diff)
Implement "log verbose" and "log brief" to enable or disable verbose debug
logging. henning, sthen, michele like the idea
Diffstat (limited to 'usr.sbin/ldpctl/parser.h')
-rw-r--r--usr.sbin/ldpctl/parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ldpctl/parser.h b/usr.sbin/ldpctl/parser.h
index b05a9a7af23..78a72bb7d4f 100644
--- a/usr.sbin/ldpctl/parser.h
+++ b/usr.sbin/ldpctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.1 2009/06/01 20:59:45 michele Exp $ */
+/* $OpenBSD: parser.h,v 1.2 2009/11/02 20:35:20 claudio Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -30,6 +30,8 @@ enum actions {
LFIB,
LFIB_COUPLE,
LFIB_DECOUPLE,
+ LOG_VERBOSE,
+ LOG_BRIEF,
SHOW,
SHOW_IFACE,
SHOW_NBR,