X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpazpar2.h;h=ec5475100e08dd13f3323785316caa3770f02079;hb=b97798aabc2509f4a8e68e5714c59b0773dc4d1e;hp=85ebd587fb529bed25c719a2085c85f4f238dbf0;hpb=8ca1269eac32c1ddc19d16dc4f74e9a1e3e0b8f9;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2.h b/src/pazpar2.h index 85ebd58..ec54751 100644 --- a/src/pazpar2.h +++ b/src/pazpar2.h @@ -66,6 +66,7 @@ struct host { struct database { struct host *host; char *url; + char *name; char **databases; int errors; struct conf_queryprofile *qprofile; @@ -165,7 +166,8 @@ struct statistics { }; struct hitsbytarget { - char id[256]; + char *id; + char *name; int hits; int diagnostic; int records;