diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-02 20:28:50 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-02 20:28:50 +0000 |
commit | 73e30d30e9303ec154a841cb0fc722fe96b77344 (patch) | |
tree | 1f5cf5ff94951dcc0e3b1c65f7478873ff52c8d8 /usr.sbin/ripd/ripd.h | |
parent | 650f5a556835c74a288fb331fe461b0abb0ca910 (diff) |
Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling of
log_debug(). ok michele, henning, sthen
Diffstat (limited to 'usr.sbin/ripd/ripd.h')
-rw-r--r-- | usr.sbin/ripd/ripd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ripd/ripd.h b/usr.sbin/ripd/ripd.h index d9e71680059..56db4403643 100644 --- a/usr.sbin/ripd/ripd.h +++ b/usr.sbin/ripd/ripd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ripd.h,v 1.20 2009/09/26 18:24:58 michele Exp $ */ +/* $OpenBSD: ripd.h,v 1.21 2009/11/02 20:28:49 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -78,6 +78,7 @@ enum imsg_type { IMSG_CTL_SHOW_IFACE, IMSG_CTL_SHOW_NBR, IMSG_CTL_SHOW_RIB, + IMSG_CTL_LOG_VERBOSE, IMSG_KROUTE_CHANGE, IMSG_KROUTE_DELETE, IMSG_NETWORK_ADD, |