The configuration, fileverboselimit, has a value of 1000. When
[idzebra-moved-to-github.git] / index / index.h
index 7a66bad..ed414bc 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: index.h,v 1.193 2007-01-17 13:22:53 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;
@@ -234,8 +235,8 @@ struct zebra_session {
 
     struct zebra_limit *m_limit;
 
-    int (*busy_handler_func)(void *client_data);
-    void *busy_handler_data;
+    int (*break_handler_func)(void *client_data);
+    void *break_handler_data;
 };