Only warn about unexpected elements once per session.
[pazpar2-moved-to-github.git] / src / pazpar2.h
index 72310aa..82498eb 100644 (file)
@@ -138,6 +138,7 @@ struct session {
     int total_hits;
     int total_records;
     int total_merged;
+    int number_of_warnings_unknown_elements;
 };
 
 struct statistics {