diff options
Diffstat (limited to 'ospfd/ospf_neighbor.h')
-rw-r--r-- | ospfd/ospf_neighbor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_neighbor.h b/ospfd/ospf_neighbor.h index cbfbc2d8..9b7ff36e 100644 --- a/ospfd/ospf_neighbor.h +++ b/ospfd/ospf_neighbor.h @@ -82,6 +82,8 @@ struct ospf_neighbor /* Statistics Field */ u_int32_t state_change; + struct timeval ts_last_change; + const char *last_event_str; struct ospf_nbr_nbma *nbr_nbma; }; |