From: Adam Dickmeiss Date: Mon, 15 May 2000 12:56:37 +0000 (+0000) Subject: Record offset of size off_t. X-Git-Tag: ZEBRA.1.1~72 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=b333f34d7e5787c0a1940848b732c1f38c4c1044;p=idzebra-moved-to-github.git Record offset of size off_t. --- diff --git a/index/zinfo.h b/index/zinfo.h index b1ade76..ec23d5a 100644 --- a/index/zinfo.h +++ b/index/zinfo.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zinfo.h,v $ - * Revision 1.9 2000-03-20 19:08:36 adam + * Revision 1.10 2000-05-15 12:56:37 adam + * Record offset of size off_t. + * + * Revision 1.9 2000/03/20 19:08:36 adam * Added remote record import using Z39.50 extended services and Segment * Requests. * @@ -71,7 +74,7 @@ void zebraExplain_flush (ZebraExplainInfo zei, int writeFlag, typedef struct { int recordSize; - int recordOffset; + off_t recordOffset; int runNumber; } RecordAttr; RecordAttr *rec_init_attr (ZebraExplainInfo zei, Record rec);