X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=61bf84dffe1e09be81ca39bf6a7819ea43182aa5;hb=20c28e99eaa71d4b73e8c03c8cfaf23653948da7;hp=0007e7633b10e050fb6f1e183666b6ad098fee72;hpb=efb222d1aa3e4d12802ecc5c8dfdf1969085da65;p=yaz-moved-to-github.git diff --git a/src/session.h b/src/session.h index 0007e76..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-2010 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: @@ -43,13 +43,15 @@ struct gfs_server { statserv_options_block cb; char *host; - int listen_ref; + char *id; + 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; }; @@ -80,7 +82,7 @@ typedef struct request void *clientData; struct request *next; - struct request_q *q; + struct request_q *q; } request; typedef struct request_q @@ -148,8 +150,6 @@ void request_delq(request_q *q); request *request_get(request_q *q); void request_release(request *r); -int statserv_must_terminate(void); - int control_association(association *assoc, const char *host, int force); int ir_read(IOCHAN h, int event);