commit | 07dd8cca90cf555ad97a532722fc6f5bf199fc34 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Thu Aug 16 10:23:01 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Thu Aug 16 10:23:01 2012 -0500 |
tree | eba293847a93d860eac89b77e2572af37cc040ea | |
parent | c9286691e0eb0d5cef0c8a673802bbd2e79499c8 [diff] [blame] |
Update in Utility
diff --git a/nlsr.h b/nlsr.h index 100b69e..9895256 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -19,6 +19,12 @@ struct hashtb *lsa_update_queue; }; +struct linkStateDatabase +{ + char *version; + struct hashtb *db; +}; + struct nlsr { @@ -34,6 +40,8 @@ struct ccn *ccn; char *router_name; + struct linkStateDatabase *lsdb; + int is_synch_init; int nlsa_id; };