summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
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;