From 437252bfcce7932e60c6c3bd0a36e989c473d052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Mon, 4 Jul 2022 18:20:32 -0400 Subject: [PATCH] proxyserver: add bundleId at the end of ProxyServerConfig --- include/opendht/dht_proxy_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opendht/dht_proxy_server.h b/include/opendht/dht_proxy_server.h index 42519882..a68611e5 100644 --- a/include/opendht/dht_proxy_server.h +++ b/include/opendht/dht_proxy_server.h @@ -65,9 +65,9 @@ using RequestStatus = restinio::request_handling_status_t; struct ProxyServerConfig { in_port_t port {8000}; std::string pushServer {}; - std::string bundleId {}; std::string persistStatePath {}; dht::crypto::Identity identity {}; + std::string bundleId {}; }; /** -- GitLab