commit | f71d908f20e5ed05ed7775658ad1a3bc69a272d4 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Wed Aug 22 12:51:53 2012 -0400 |
committer | akmhoque <akmhoque@gmail.com> | Wed Aug 22 12:51:53 2012 -0400 |
tree | 2cd3f8ea3d4c8c7bdd52cdbbeff228db795a051c | |
parent | 49c0e7df6d3572b0ef67a13e450482378f342d93 [diff] [blame] |
LSDB Building
diff --git a/nlsr.h b/nlsr.h index 803e6b8..d6779b8 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -12,7 +12,6 @@ struct ndn_neighbor { - //struct name_prefix *neighbor; struct ccn_charbuf *neighbor; int face; int status; @@ -45,7 +44,7 @@ struct linkStateDatabase *lsdb; int is_synch_init; - int nlsa_id; + long int nlsa_id; }; struct nlsr *nlsr;