commit | 4768f89c6e62711e474a8f84ad5ce85366edb678 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Sat Feb 08 23:58:07 2014 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Sat Feb 08 23:58:07 2014 -0600 |
tree | 03ce64d570be08726834436caa51a13c7dab3e60 | |
parent | 62a8e40aa255712d3476d1120810789b2c8a5c88 [diff] [blame] |
LSDB Operation Complete - Refresh
diff --git a/nlsr_lsa.hpp b/nlsr_lsa.hpp index a75f572..0f3e528 100644 --- a/nlsr_lsa.hpp +++ b/nlsr_lsa.hpp
@@ -127,6 +127,10 @@ return noLink; } + bool isLsaContentEqual(AdjLsa& alsa); + void addNptEntriesForAdjLsa(nlsr& pnlsr); + void removeNptEntriesForAdjLsa(nlsr& pnlsr); + private: uint32_t noLink; Adl adl; @@ -173,6 +177,8 @@ void setCorTheta(double ct){ corTheta=ct; } + + bool isLsaContentEqual(CorLsa& clsa); private: double corRad; double corTheta;