commit | 1a4810947f0e61f1cbf91972fb0e91ed58508388 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Wed Feb 19 16:34:22 2014 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Wed Feb 19 16:34:22 2014 -0600 |
tree | 936df49aef9a5e02cdbf0be3acb06f04a4853601 | |
parent | 92afde42b512d9ddb193f22d522eeab204390a33 [diff] [blame] |
Changing class name nlsr to Nlsr
diff --git a/src/nlsr_lsa.hpp b/src/nlsr_lsa.hpp index b80d5a9..d06cc3c 100644 --- a/src/nlsr_lsa.hpp +++ b/src/nlsr_lsa.hpp
@@ -143,8 +143,8 @@ } bool isLsaContentEqual(AdjLsa& alsa); - void addNptEntriesForAdjLsa(nlsr& pnlsr); - void removeNptEntriesForAdjLsa(nlsr& pnlsr); + void addNptEntriesForAdjLsa(Nlsr& pnlsr); + void removeNptEntriesForAdjLsa(Nlsr& pnlsr); private: uint32_t noLink;