X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=b9fdf02b5dde9ddfd815d65677842ee850ea9c5c;hb=725db3d87d84a1072939d74a537454a5d4e1e0cc;hp=96a32e08bffc60a2618062bd8dc1432fba527fa6;hpb=8b2791efeb9e671fabf90c36c6828a5bf71c887b;p=yaz-moved-to-github.git diff --git a/src/session.h b/src/session.h index 96a32e0..b9fdf02 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.8 2005-03-08 11:07:49 adam Exp $ */ /** * \file session.h @@ -24,6 +24,8 @@ struct gfs_server { char *host; int listen_ref; cql_transform_t cql_transform; + void *server_node_ptr; + char *directory; struct gfs_server *next; }; @@ -106,6 +108,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,