X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsession.h;h=61bf84dffe1e09be81ca39bf6a7819ea43182aa5;hp=f16d259dac142126454a75ef0ce9934b4a5ada7a;hb=df60350f9737923dce347e59b9c4cafa789ab7aa;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292 diff --git a/src/session.h b/src/session.h index f16d259..61bf84d 100644 --- a/src/session.h +++ b/src/session.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -44,13 +44,14 @@ struct gfs_server { statserv_options_block cb; char *host; char *id; - int listen_ref; + int *listen_ref; cql_transform_t cql_transform; CCL_bibset ccl_transform; void *server_node_ptr; char *directory; char *docpath; char *stylesheet; + char *client_query_charset; yaz_retrieval_t retrieval; struct gfs_server *next; };