Skip to content
Snippets Groups Projects
Commit c39f6672 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

connection manager: load treated messages

Change-Id: I1c532f150cc47440d41583a1806a32569b1f21af
parent 5636f7cb
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,9 @@ public: ...@@ -97,7 +97,9 @@ public:
explicit Impl(std::shared_ptr<ConnectionManager::Config> config_) explicit Impl(std::shared_ptr<ConnectionManager::Config> config_)
: config_ {std::move(config_)} : config_ {std::move(config_)}
, rand {dht::crypto::getSeededRandomEngine<std::mt19937_64>()} , rand {dht::crypto::getSeededRandomEngine<std::mt19937_64>()}
{} {
loadTreatedMessages();
}
~Impl() {} ~Impl() {}
std::shared_ptr<dht::DhtRunner> dht() { return config_->dht; } std::shared_ptr<dht::DhtRunner> dht() { return config_->dht; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment