Fixed leak WRT ZOOM_query
[pazpar2-moved-to-github.git] / src / pazpar2.h
index c4989d0..4330881 100644 (file)
@@ -94,7 +94,9 @@ struct session_database
 {
     struct database *database;
     struct setting **settings;
+#ifdef RETIRED
     yaz_marc_t yaz_marc;
+#endif
     struct database_retrievalmap *map;
     struct session_database *next;
 };
@@ -138,6 +140,7 @@ struct session {
     int total_hits;
     int total_records;
     int total_merged;
+    int number_of_warnings_unknown_elements;
 };
 
 struct statistics {