X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=bee6458030e44d204c9b057e79933e4dfe16a3ae;hb=fe507b6b15788a3a8e58063d9dae52532a5229a5;hp=7371cd0862769d5b49d774150c4928c41535f6d4;hpb=55ca7cdb58b098d348054917296c0fe2c9cb1580;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 7371cd0..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.19 2007-04-30 08:29:07 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;