commit | 82a34c2cd8e73dc95860a5e781c894ed30cd099a | [log] [tgz] |
---|---|---|
author | dulalsaurab <sdulal@memphis.edu> | Mon Feb 04 17:31:21 2019 +0000 |
committer | Saurab Dulal <sdulal@memphis.edu> | Tue Feb 19 15:49:38 2019 -0600 |
tree | 9943318dd542b8940a44c75feca6ab48eaef5c06 | |
parent | 85998a1dc942974a7d4bf3e9f642c5a22dffb6f8 [diff] [blame] |
**breaking change** nlsr.conf: rename seq-dir as state-dir update: conf file in seperate directory for runtime modification refs: #4823 Change-Id: I5378d831294814e382ad23a9e522d0b576180f20
diff --git a/src/update/prefix-update-processor.hpp b/src/update/prefix-update-processor.hpp index f397df1..9aedae3 100644 --- a/src/update/prefix-update-processor.hpp +++ b/src/update/prefix-update-processor.hpp
@@ -96,7 +96,7 @@ private: ndn::security::ValidatorConfig& m_validator; - const std::string& m_configFileName; + const std::string& m_confFileNameDynamic; }; } // namespace update