This update completes the factoring out of database management into database.c,
[pazpar2-moved-to-github.git] / src / pazpar2.h
index ec54751..e64505e 100644 (file)
@@ -69,12 +69,12 @@ struct database {
     char *name;
     char **databases;
     int errors;
+    struct zr_explain *explain;
     struct conf_queryprofile *qprofile;
     struct conf_retrievalprofile *rprofile;
     struct database *next;
 };
 
-
 // Represents a physical, reusable  connection to a remote Z39.50 host
 struct connection {
     IOCHAN iochan;