commit | fbfd09839119d36622454aa8f6c18709239d4949 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Sun Sep 09 20:59:03 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Sun Sep 09 20:59:03 2012 -0500 |
tree | 1da23cbd297da75eb6e26191128b47e16487f7b0 | |
parent | 810a5b50dd754ea19408e238db9cf4ccfa7a44a6 [diff] [blame] |
Routing Table Calculation and Fib Manipulation Complete
diff --git a/nlsr.h b/nlsr.h index 65500fa..1bfa8a1 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -42,6 +42,7 @@ struct hashtb *npl; struct hashtb *pit_alsa; struct hashtb *map; + struct hashtb *rev_map; struct hashtb *npt; struct hashtb *routing_table;