From 76e6067e13831569deca05dbb557d921998e3eb2 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Thu, 11 Jun 2020 23:08:45 +0200 Subject: Create a helper function to loop through different possible connections and convert proxy to use it --- proxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy.h') 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; -- cgit v1.2.3