X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=f6070d15e18b747e6a1d02cc2dd1bb34926acc79;hb=cf3ff0df41755297543b14f007842e1dc216ec25;hp=69b1add7b048f27c38526fcc2876362e68e5f52c;hpb=7857ed3da7f4c6ed8bd99ad567cb3999b83b2c53;p=yaz-moved-to-github.git diff --git a/src/session.h b/src/session.h index 69b1add..f6070d1 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.7 2005-03-03 23:16:20 adam Exp $ + * $Id: session.h,v 1.9 2005-06-25 15:46:05 adam Exp $ */ /** * \file session.h @@ -25,6 +25,7 @@ struct gfs_server { int listen_ref; cql_transform_t cql_transform; void *server_node_ptr; + char *directory; struct gfs_server *next; }; @@ -111,7 +112,7 @@ typedef struct association } association; association *create_association(IOCHAN channel, COMSTACK link, - const char *apdufile); + const char *apdufile); void destroy_association(association *h); void ir_session(IOCHAN h, int event); @@ -129,3 +130,11 @@ int statserv_must_terminate(void); int control_association(association *assoc, const char *host, int force); #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +