X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Frecord.h;h=66df1af26cab12a8da488275095ca7ec47df6c40;hb=f5a409a2a277b2579b7bc270f688b505f4d5564c;hp=b7efc2e8a0cf36158a54ca0797339515ff71cfdb;hpb=9d9593c47d0ab73b331d85c64e04b516ba9c6a7f;p=pazpar2-moved-to-github.git diff --git a/src/record.h b/src/record.h index b7efc2e..66df1af 100644 --- a/src/record.h +++ b/src/record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2011 Index Data + Copyright (C) 2006-2012 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -57,13 +57,15 @@ union data_types * data_types_assign(NMEM nmem, struct record { struct client *client; // Array mirrors list of metadata fields in config - struct record_metadata **metadata; + struct record_metadata **metadata; // Array mirrors list of sortkey fields in config union data_types **sortkeys; // Next in cluster of merged records struct record *next; // client result set position; int position; + // checksum + unsigned checksum; };