X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=ed414bcd41e69521932824e0d277c5ebe5910dfa;hb=06085703f3b5bcadfaf65bb499924a1662f9289e;hp=8a04b9b0feab89f4e056a7d2ec15abc36b8dbd94;hpb=86702aad7008abed6afef80feed08b3e4e1cbcd1;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 8a04b9b..ed414bc 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.194 2007-01-17 15:35:48 adam Exp $ +/* $Id: index.h,v 1.195 2007-02-06 09:34:56 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -213,6 +213,7 @@ struct zebra_session { zint records_updated; zint records_deleted; zint records_processed; + zint records_skipped; char *record_encoding; yaz_iconv_t iconv_to_utf8;