summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-19 19:11:48 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-19 19:11:48 +0200
commit91a7ca50f3f8a2c7bb01113fa3849cb5e153a70f (patch)
tree18c5b7c76f4ec3069e9033a1c222eefd2c945da6 /server.h
parent445647adc4475c0b8264ce8b6c97d748eec69e7b (diff)
Add support for async DNS
Diffstat (limited to 'server.h')
-rw-r--r--server.h2
1 files changed, 2 insertions, 0 deletions
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;