Settings support..
authorSebastian Hammer <quinn@indexdata.com>
Thu, 29 Mar 2007 13:44:57 +0000 (13:44 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Thu, 29 Mar 2007 13:44:57 +0000 (13:44 +0000)
src/pazpar2.h

index ee89ef0..ec9e95a 100644 (file)
@@ -72,6 +72,7 @@ struct database {
     struct zr_explain *explain;
     struct conf_queryprofile *qprofile;
     struct conf_retrievalprofile *rprofile;
+    struct setting **settings;
     struct database *next;
 };