X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2Findex.h;h=c03c09971d986ee9798776ef0fd3d8bebddab8f2;hb=8e1f2d86ffca33a892160b77147deb37f95d75d1;hp=8a67b85ad00a27fc9f014a53da0bcc97f807a64f;hpb=75c42e4eb33630b36c990d47db7549c5bd5045aa;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 8a67b85..c03c099 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.112 2004-08-06 13:36:23 adam Exp $ +/* $Id: index.h,v 1.113 2004-08-10 08:19:15 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -306,7 +306,7 @@ struct zebra_session { Res res; char *user_perm; int errCode; - int hits; + zint hits; char *errString; #if HAVE_SYS_TIMES_H struct tms tms1; @@ -314,10 +314,10 @@ struct zebra_session { #endif int shadow_enable; - int records_inserted; - int records_updated; - int records_deleted; - int records_processed; + zint records_inserted; + zint records_updated; + zint records_deleted; + zint records_processed; char *record_encoding; yaz_iconv_t iconv_to_utf8;