From 9c5e5cd7b76288cc73444fb0c79867fd0c4ff5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Sun, 17 Jul 2022 14:41:02 -0400 Subject: [PATCH] proxy server: export symbols for ProxyServerConfig --- include/opendht/dht_proxy_server.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/opendht/dht_proxy_server.h b/include/opendht/dht_proxy_server.h index 33f7e3b3..742a5e7f 100644 --- a/include/opendht/dht_proxy_server.h +++ b/include/opendht/dht_proxy_server.h @@ -62,7 +62,7 @@ class DhtRunner; using RestRouter = restinio::router::express_router_t<>; using RequestStatus = restinio::request_handling_status_t; -struct ProxyServerConfig { +struct OPENDHT_PUBLIC ProxyServerConfig { std::string address {}; in_port_t port {8000}; std::string pushServer {}; @@ -455,7 +455,6 @@ private: MSGPACK_DEFINE_ARRAY(listeners) }; std::map<std::string, PushListener> pushListeners_; - proxy::ListenToken tokenPushNotif_ {0}; #endif //OPENDHT_PUSH_NOTIFICATIONS }; -- GitLab