Simplify ZURL resolving and use regular getaddrinfo
[pazpar2-moved-to-github.git] / src / session.h
index 342665e..7647e46 100644 (file)
@@ -57,9 +57,7 @@ struct host;
 struct database {
     struct host *host;
     char *url;
-    char **databases;
     int errors;
-    struct zr_explain *explain;
     int num_settings;
     struct setting **settings;
     struct database *next;