communication: adapt to API changes in PSync
Pass the KeyChain instance to psync::FullProducer
Change-Id: Ia97356dc364c7bdaf6dc80ad57fa351eeabe997d
diff --git a/src/hello-protocol.hpp b/src/hello-protocol.hpp
index 3ae3629..c1664bd 100644
--- a/src/hello-protocol.hpp
+++ b/src/hello-protocol.hpp
@@ -123,6 +123,9 @@
const ndn::security::ValidationError& ve);
public:
+ static inline const std::string INFO_COMPONENT{"INFO"};
+ static inline const std::string NLSR_COMPONENT{"nlsr"};
+
ndn::util::Signal<HelloProtocol, const ndn::Name&> onInitialHelloDataValidated;
private:
@@ -134,10 +137,6 @@
RoutingTable& m_routingTable;
Lsdb& m_lsdb;
AdjacencyList& m_adjacencyList;
-
-PUBLIC_WITH_TESTS_ELSE_PRIVATE:
- static inline const std::string INFO_COMPONENT{"INFO"};
- static inline const std::string NLSR_COMPONENT{"nlsr"};
};
} // namespace nlsr