summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospf6d.h
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2009-11-02 20:24:58 +0000
committerclaudio <claudio@openbsd.org>2009-11-02 20:24:58 +0000
commita97e7964dfb81eca61976cc2233890fb973c5827 (patch)
tree0e647e39ca43851b308349ddb5c1623f54108b11 /usr.sbin/ospf6d/ospf6d.h
parentImplement "log verbose" and "log brief" to enable or disable verbose debug (diff)
downloadwireguard-openbsd-a97e7964dfb81eca61976cc2233890fb973c5827.tar.xz
wireguard-openbsd-a97e7964dfb81eca61976cc2233890fb973c5827.zip
Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.
henning, sthen, michele like the idea
Diffstat (limited to 'usr.sbin/ospf6d/ospf6d.h')
-rw-r--r--usr.sbin/ospf6d/ospf6d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.h b/usr.sbin/ospf6d/ospf6d.h
index 7716ad21d21..9bd71a4f0a9 100644
--- a/usr.sbin/ospf6d/ospf6d.h
+++ b/usr.sbin/ospf6d/ospf6d.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospf6d.h,v 1.16 2009/06/06 18:31:42 pyr Exp $ */
+/* $OpenBSD: ospf6d.h,v 1.17 2009/11/02 20:24:58 claudio Exp $ */
/*
* Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org>
@@ -94,6 +94,7 @@ enum imsg_type {
IMSG_CTL_KROUTE,
IMSG_CTL_KROUTE_ADDR,
IMSG_CTL_END,
+ IMSG_CTL_LOG_VERBOSE,
IMSG_KROUTE_CHANGE,
IMSG_KROUTE_DELETE,
IMSG_KROUTE_GET,