summaryrefslogtreecommitdiff
path: root/server-proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'server-proxy.h')
-rw-r--r--server-proxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server-proxy.h b/server-proxy.h
index 14d176d..ee3bda3 100644
--- a/server-proxy.h
+++ b/server-proxy.h
@@ -16,8 +16,9 @@ struct server_proxy {
int spipe[2];
int sfd;
+ bool connecting;
time_t begin;
- unsigned next_remote;
+ struct ptimer_task ptask;
struct uring_task task;
struct server *server;
struct list_head list;