commit | f6432c23f3c1eee4392c8aa0e9b7e8dfcd802bfc | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Tue Aug 21 13:18:05 2012 -0400 |
committer | akmhoque <akmhoque@gmail.com> | Tue Aug 21 13:18:05 2012 -0400 |
tree | cd6d2ff5e3f8eaeca7602e046569a348ec48ee53 | |
parent | b903ded8a5b304f3b04f0617731d7edf8a51ac24 [diff] [blame] |
update versioning
diff --git a/nlsr.h b/nlsr.h index 11635fc..c491089 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -15,13 +15,13 @@ struct name_prefix *neighbor; int face; int status; - char *last_lsdb_version; + long int last_lsdb_version; struct hashtb *lsa_update_queue; }; struct linkStateDatabase { - char *version; + long int version; struct hashtb *adj_lsdb; struct hashtb *name_lsdb; };