commit | 386081b5b26e5c79984a13f74f4a758b1c4fb3db | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Fri Aug 10 10:53:21 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Fri Aug 10 10:53:21 2012 -0500 |
tree | 0f719d2a24b6c9c81c5a17e57f12dd2c323d5d0c | |
parent | f3c17a817c1aaeac1920d264db169ef043029165 [diff] [blame] |
Update
diff --git a/nlsr.h b/nlsr.h index 8576165..d9cc410 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -15,7 +15,8 @@ struct name_prefix *neighbor; int face; int status; - int lsdb_version; + int last_lsdb_version; + struct hashtb *lsa_update_queue; }; struct nlsr @@ -52,4 +53,7 @@ void add_adjacent_to_adl(struct ndn_neighbor *nbr); void print_adjacent_from_adl(void); + +void nlsr_destroy( void ); + #endif