X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsession.h;h=90ee0b190e45067164bc0a94fcd0b31ef04fa384;hp=0182add1431283fa58a81b6b7ad871dcb38d935e;hb=c586ade2977ae5f6bf01f24cc7c8a84492c544a8;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/src/session.h b/src/session.h index 0182add..90ee0b1 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) 1995-2013 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,7 +44,7 @@ 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; @@ -81,7 +81,7 @@ typedef struct request void *clientData; struct request *next; - struct request_q *q; + struct request_q *q; } request; typedef struct request_q