From b333f34d7e5787c0a1940848b732c1f38c4c1044 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 15 May 2000 12:56:37 +0000 Subject: [PATCH] Record offset of size off_t. --- index/zinfo.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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); -- 1.7.10.4