summaryrefslogtreecommitdiff
path: root/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.h')
-rw-r--r--proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy.h b/proxy.h
index 735a12e..6b6e265 100644
--- a/proxy.h
+++ b/proxy.h
@@ -9,6 +9,7 @@ struct server_proxy {
uint64_t client_bytes;
int cfd;
+ struct connection server_conn;
struct sockaddr_in46 server;
char serverstr[ADDRSTRLEN];
struct uring_task_buf serverbuf;