diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-02-02 19:15:08 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-02-02 19:15:08 +0000 |
commit | 5164f22045ff4ead85971dcc53593d956a984609 (patch) | |
tree | a08bcabbc07cebf8040ed1c70421ce3e4d6a3bb3 /usr.sbin/ospfd/ospfd.h | |
parent | edb3ea6975f6433dca5a6198ed41066adbc60b5f (diff) |
KNF
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index 9c284c02533..ed7a5d4f64d 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.3 2005/02/01 21:25:18 claudio Exp $ */ +/* $OpenBSD: ospfd.h,v 1.4 2005/02/02 19:15:07 henning Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -147,7 +147,7 @@ struct area { LIST_HEAD(, rde_nbr) nbr_list; /* list addr_range_list; */ u_int32_t stub_default_cost; - + u_int32_t dead_interval; u_int16_t transfer_delay; u_int16_t hello_interval; |