diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-02 20:34:59 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-02 20:34:59 +0000 |
commit | fc9e841952912943ca6495d7885058e4408462b0 (patch) | |
tree | ac1a244ccb559fa1a0d3b287522207708a9049b4 /usr.sbin/ldpd/ldpd.h | |
parent | 8f153481f259a4035c7ff4f463838f93bcb6dceb (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.h | 3 |
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, |