X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=bee6458030e44d204c9b057e79933e4dfe16a3ae;hb=d0beadb0e2b57bcef7fd18c3a8ecfcbcd83492d6;hp=90c71428394632d8f1d0f5a8f4b415fcb92d214a;hpb=7a4064cd15f6c6b34c1180e1bc51f0d0e90da320;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 90c7142..bee6458 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.20 2007-05-05 11:55:22 adam Exp $ */ /** * \file zoom-p.h @@ -61,9 +61,18 @@ struct ZOOM_connection_p { char *cookie_out; char *cookie_in; char *client_IP; + + 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; @@ -109,6 +118,7 @@ struct ZOOM_resultset_p { ZOOM_resultset next; char **databaseNames; int num_databaseNames; + yaz_iconv_t rpn_iconv; }; struct ZOOM_record_p {