diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2006-02-19 21:48:57 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2006-02-19 21:48:57 +0000 |
commit | 3a61b876ed54ba4e1ce03ecea21b28c40c4dce23 (patch) | |
tree | ae1caaefece4e0eaf1b6e67f0189d73cd221369a /usr.sbin/ospfd/ospfd.h | |
parent | acd11f0a841e26b98d96e0d4bf0c332918a4c61f (diff) |
Keep track of the duration of our relationships with neighbors.
Displayed in "ospfctl show neighbor".
ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index 869042bfff7..f5ba8cac402 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.44 2006/02/10 18:30:47 claudio Exp $ */ +/* $OpenBSD: ospfd.h,v 1.45 2006/02/19 21:48:56 norby Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -416,6 +416,7 @@ struct ctl_nbr { struct in_addr bdr; struct in_addr area; time_t dead_timer; + time_t uptime; u_int32_t db_sum_lst_cnt; u_int32_t ls_req_lst_cnt; u_int32_t ls_retrans_lst_cnt; |