summaryrefslogtreecommitdiff
path: root/server/server/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/server/config.h')
-rw-r--r--server/server/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/server/config.h b/server/server/config.h
index 5d2eb83..b5fedd0 100644
--- a/server/server/config.h
+++ b/server/server/config.h
@@ -25,8 +25,9 @@ struct proxy_entry
struct static_proxy_entry
{
int port, position;
+ uint64_t speed;
std::string host, login, password, label;
- static_proxy_entry(): port(0), position(0)
+ static_proxy_entry(): port(0), position(0), speed(0)
{}
static_proxy_entry(std::string login_, std::string password_, std::string host_, int port_, std::string label_, int position_)
{