X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsession.h;h=69b1add7b048f27c38526fcc2876362e68e5f52c;hp=96a32e08bffc60a2618062bd8dc1432fba527fa6;hb=7857ed3da7f4c6ed8bd99ad567cb3999b83b2c53;hpb=89ebb6f247bae61360fe7ee2997c27e030ee1820 diff --git a/src/session.h b/src/session.h index 96a32e0..69b1add 100644 --- a/src/session.h +++ b/src/session.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: session.h,v 1.6 2005-03-01 20:37:01 adam Exp $ + * $Id: session.h,v 1.7 2005-03-03 23:16:20 adam Exp $ */ /** * \file session.h @@ -24,6 +24,7 @@ struct gfs_server { char *host; int listen_ref; cql_transform_t cql_transform; + void *server_node_ptr; struct gfs_server *next; }; @@ -106,6 +107,7 @@ typedef struct association struct bend_initrequest *init; statserv_options_block *last_control; cql_transform_t cql_transform; + void *server_node_ptr; } association; association *create_association(IOCHAN channel, COMSTACK link,