From 91a7ca50f3f8a2c7bb01113fa3849cb5e153a70f Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Fri, 19 Jun 2020 19:11:48 +0200 Subject: Add support for async DNS --- server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server.h') diff --git a/server.h b/server.h index a9d5a51..6f09705 100644 --- a/server.h +++ b/server.h @@ -29,7 +29,9 @@ struct server { struct list_head remotes; struct list_head proxys; struct list_head rcons; + struct list_head dnslookups; bool running; + struct cfg *cfg; enum server_stop_method stop_method; enum server_start_method start_method; -- cgit v1.2.3