commit | 3560cb6869b14ce06a9fe43f57766fb5fce9558f | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Sun Sep 09 10:52:30 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Sun Sep 09 10:52:30 2012 -0500 |
tree | 6aa8cf4ebb7047ea6732313953b098c2a868fed5 | |
parent | 29c1db5068b34e33e8a5ee14c149fdb43334af63 [diff] [blame] |
Name Prefixt Table Manipulation
diff --git a/nlsr.h b/nlsr.h index 41df3c5..65500fa 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -42,6 +42,8 @@ struct hashtb *npl; struct hashtb *pit_alsa; struct hashtb *map; + struct hashtb *npt; + struct hashtb *routing_table; struct linkStateDatabase *lsdb;