diff options
Diffstat (limited to 'usr.sbin/ldpd/ldpe.h')
-rw-r--r-- | usr.sbin/ldpd/ldpe.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ldpd/ldpe.h b/usr.sbin/ldpd/ldpe.h index baccbd1b045..4691859adf8 100644 --- a/usr.sbin/ldpd/ldpe.h +++ b/usr.sbin/ldpd/ldpe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ldpe.h,v 1.11 2010/09/06 08:28:43 claudio Exp $ */ +/* $OpenBSD: ldpe.h,v 1.12 2010/10/26 12:22:35 claudio Exp $ */ /* * Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org> @@ -31,9 +31,7 @@ TAILQ_HEAD(ctl_conns, ctl_conn) ctl_conns; struct mapping_entry { TAILQ_ENTRY(mapping_entry) entry; - u_int32_t label; - u_int32_t prefix; - u_int8_t prefixlen; + struct map map; }; struct nbr { |