Skip to content

Commit

Permalink
dhtrunner: allow to specify push token in config
Browse files Browse the repository at this point in the history
  • Loading branch information
aberaud committed Sep 30, 2019
1 parent 8ed2bf5 commit 128af52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/opendht/dhtrunner.h
Expand Up @@ -60,6 +60,7 @@ class OPENDHT_PUBLIC DhtRunner {
bool threaded {true};
std::string proxy_server {};
std::string push_node_id {};
std::string push_token {};
bool peer_discovery {false};
bool peer_publish {false};
std::shared_ptr<dht::crypto::Certificate> client_cert;
Expand Down

0 comments on commit 128af52

Please sign in to comment.