diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-02 20:35:21 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-02 20:35:21 +0000 |
commit | c2fb2e6439d9d6ad1aafc59781609220efc3b197 (patch) | |
tree | 37bfc364e0e78477580dd72733b8e49a7cbc837b /usr.sbin/ldpctl/parser.h | |
parent | fc9e841952912943ca6495d7885058e4408462b0 (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.h | 4 |
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, |