commit | 62a8e40aa255712d3476d1120810789b2c8a5c88 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Sat Feb 08 12:00:27 2014 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Sat Feb 08 12:00:27 2014 -0600 |
tree | f556d8eca42ac37e3003b5bce9604127613adc32 | |
parent | f7c2c7ca81b3c98e543a90bd8e124afa66783901 [diff] [blame] |
FIB manipaulation done
diff --git a/nlsr_npl.hpp b/nlsr_npl.hpp index 878e4cc..3a0393a 100644 --- a/nlsr_npl.hpp +++ b/nlsr_npl.hpp
@@ -14,6 +14,8 @@ ~Npl(); int insertIntoNpl(string& name); + int removeFromNpl(string& name); + void sortNpl(); int getNplSize() { return nameList.size();