X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=87b5fb62054613c8e77428ac21362ce4f255babb;hb=42ee0e2611083beaa2d206e2039522c187735ffa;hp=90c71428394632d8f1d0f5a8f4b415fcb92d214a;hpb=7a4064cd15f6c6b34c1180e1bc51f0d0e90da320;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 90c7142..87b5fb6 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom-p.h,v 1.18 2007-04-12 13:52:57 adam Exp $ + * $Id: zoom-p.h,v 1.24 2007-09-09 05:54:45 adam Exp $ */ /** * \file zoom-p.h @@ -14,6 +14,8 @@ #include #include #include +#include + typedef struct ZOOM_Event_p *ZOOM_Event; struct ZOOM_query_p { @@ -61,9 +63,19 @@ struct ZOOM_connection_p { char *cookie_out; char *cookie_in; char *client_IP; + char *sru_version; + + char *user; + char *group; + char *password; + int async; int support_named_resultsets; int last_event; + + int maximum_record_size; + int preferred_message_size; + ZOOM_task tasks; ZOOM_options options; ZOOM_resultset resultsets; @@ -117,6 +129,9 @@ struct ZOOM_record_p { WRBUF wrbuf_iconv; WRBUF wrbuf_opac; Z_NamePlusRecord *npr; + const char *schema; + Z_SRW_diagnostic *diag; + const char *diagset; }; struct ZOOM_record_cache_p { @@ -133,9 +148,10 @@ struct ZOOM_scanset_p { ODR odr; ZOOM_options options; ZOOM_connection connection; - Z_AttributesPlusTerm *termListAndStartPoint; - Z_AttributeSetId *attributeSet; + ZOOM_query query; Z_ScanResponse *scan_response; + Z_SRW_scanResponse *srw_scan_response; + char **databaseNames; int num_databaseNames; };