commit | c9286691e0eb0d5cef0c8a673802bbd2e79499c8 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Thu Aug 16 09:57:58 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Thu Aug 16 09:57:58 2012 -0500 |
tree | 1d8cb6acd2b925e4257790e7dd807a77f91f666c | |
parent | 37e3adfd9cef0a1747832d037c3db33a161648db [diff] [blame] |
Update in Utility
diff --git a/nlsr.h b/nlsr.h index d2274ee..100b69e 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -15,7 +15,7 @@ struct name_prefix *neighbor; int face; int status; - int last_lsdb_version; + char *last_lsdb_version; struct hashtb *lsa_update_queue; }; @@ -35,6 +35,7 @@ char *router_name; int is_synch_init; + int nlsa_id; }; struct nlsr *nlsr;