commit | f7c2c7ca81b3c98e543a90bd8e124afa66783901 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Thu Feb 06 11:32:43 2014 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Thu Feb 06 11:32:43 2014 -0600 |
tree | df5b81cc033669b084139da7921e6181400cc5ee | |
parent | 3fdf7618d1a9233715e7fafe15d52b0d7b549873 [diff] [blame] |
Routing Table Calculation Complete(Ls, Hp)
diff --git a/nlsr_lsdb.hpp b/nlsr_lsdb.hpp index 1225969..5961b98 100644 --- a/nlsr_lsdb.hpp +++ b/nlsr_lsdb.hpp
@@ -25,7 +25,7 @@ //function related to Cor LSDB bool buildAndInstallOwnCorLsa(nlsr& pnlsr); CorLsa& getCorLsa(string key); - bool installCorLsa(CorLsa &clsa); + bool installCorLsa(nlsr& pnlsr, CorLsa &clsa); bool removeCorLsa(string& key); void printCorLsdb(); //debugging