From 9da3a20a0b58374618d8723d7c961dd45491ba13 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sat, 20 Jun 2020 15:12:13 +0200 Subject: Rename scfg to server throughout for consistency --- proxy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proxy.h') diff --git a/proxy.h b/proxy.h index 8812fa6..d0533e0 100644 --- a/proxy.h +++ b/proxy.h @@ -17,7 +17,7 @@ struct server_proxy { time_t begin; unsigned next_remote; struct uring_task task; - struct server *scfg; + struct server *server; struct list_head list; }; @@ -25,6 +25,6 @@ void proxy_refdump(struct server_proxy *proxy); void proxy_delete(struct cfg *cfg, struct server_proxy *proxy); -struct server_proxy *proxy_new(struct cfg *cfg, struct server *scfg, struct saddr *client, int fd); +struct server_proxy *proxy_new(struct cfg *cfg, struct server *server, struct saddr *client, int fd); #endif -- cgit v1.2.3