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_test.cpp b/nlsr_test.cpp index f9e39d7..6138620 100644 --- a/nlsr_test.cpp +++ b/nlsr_test.cpp
@@ -87,7 +87,7 @@ nlsrTest::secheduledAddCorLsa(nlsr& pnlsr,string router, double r, double angle) { CorLsa corLsa(router,3,1,3600,r,angle); - pnlsr.getLsdb().installCorLsa(corLsa); + pnlsr.getLsdb().installCorLsa(pnlsr, corLsa); } void