Skip to content
Snippets Groups Projects
Commit ca015688 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

dhtrunner: add API to access PeerDiscovery instance

parent 2b259639
Branches
Tags
No related merge requests found
......@@ -424,6 +424,8 @@ public:
*/
void join();
PeerDiscovery* getPeerDiscovery() { return peerDiscovery_.get(); };
void setProxyServer(const std::string& proxy, const std::string& pushNodeId = "");
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment