diff options
author | 2009-11-02 20:23:29 +0000 | |
---|---|---|
committer | 2009-11-02 20:23:29 +0000 | |
commit | c331907069073ad55c6b7ec9c91d7e1959a3bdf0 (patch) | |
tree | 854c941fe083675143827a05b9756c61482b0109 /usr.sbin/ospf6ctl/parser.h | |
parent | Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. (diff) | |
download | wireguard-openbsd-c331907069073ad55c6b7ec9c91d7e1959a3bdf0.tar.xz wireguard-openbsd-c331907069073ad55c6b7ec9c91d7e1959a3bdf0.zip |
Implement "log verbose" and "log brief" to enable or disable verbose debug
logging. henning, sthen, michele like the idea
Diffstat (limited to 'usr.sbin/ospf6ctl/parser.h')
-rw-r--r-- | usr.sbin/ospf6ctl/parser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ospf6ctl/parser.h b/usr.sbin/ospf6ctl/parser.h index dd16724fc14..38064c0601f 100644 --- a/usr.sbin/ospf6ctl/parser.h +++ b/usr.sbin/ospf6ctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.5 2009/01/28 22:51:26 stsp Exp $ */ +/* $OpenBSD: parser.h,v 1.6 2009/11/02 20:25:27 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -29,6 +29,8 @@ enum actions { FIB, FIB_COUPLE, FIB_DECOUPLE, + LOG_VERBOSE, + LOG_BRIEF, SHOW, SHOW_SUM, SHOW_IFACE, |