summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2009-11-02 20:34:59 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2009-11-02 20:34:59 +0000
commitfc9e841952912943ca6495d7885058e4408462b0 (patch)
treeac1a244ccb559fa1a0d3b287522207708a9049b4 /usr.sbin/ldpd/ldpd.h
parent8f153481f259a4035c7ff4f463838f93bcb6dceb (diff)
More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().
Diffstat (limited to 'usr.sbin/ldpd/ldpd.h')
-rw-r--r--usr.sbin/ldpd/ldpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h
index 3f8eb00f3ce..2f59d9ea32e 100644
--- a/usr.sbin/ldpd/ldpd.h
+++ b/usr.sbin/ldpd/ldpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldpd.h,v 1.7 2009/09/28 09:48:46 michele Exp $ */
+/* $OpenBSD: ldpd.h,v 1.8 2009/11/02 20:34:58 claudio Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -77,6 +77,7 @@ enum imsg_type {
IMSG_CTL_KROUTE_ADDR,
IMSG_CTL_IFINFO,
IMSG_CTL_END,
+ IMSG_CTL_LOG_VERBOSE,
IMSG_KLABEL_INSERT,
IMSG_KLABEL_CHANGE,
IMSG_KLABEL_DELETE,