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_adjacent.hpp b/nlsr_adjacent.hpp index dc4a712..2f5106f 100644 --- a/nlsr_adjacent.hpp +++ b/nlsr_adjacent.hpp
@@ -38,7 +38,7 @@ return connectingFace; } - void getConnectingFace(int cf){ + void setConnectingFace(int cf){ connectingFace=cf; }