commit | 237239c71c1f634e9d6860c5d3f6171485840242 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Mon Mar 18 10:29:26 2013 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Mon Mar 18 10:29:26 2013 -0500 |
tree | 3208896634cb8f6633e9779e073e64cc6f7b5f90 | |
parent | 0ddc8b288750ad57ea734149841f484d965104aa [diff] [blame] |
Adding Verified Key to List and Check List First
diff --git a/nlsr.h b/nlsr.h index 7ecb9d0..045a9d3 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -62,6 +62,7 @@ struct hashtb *rev_map; struct hashtb *npt; struct hashtb *routing_table; + struct hashtb *keys; struct linkStateDatabase *lsdb;