X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsession.h;h=1b13364604272153fd64091f5b6d46153d463ba5;hp=34f1ddb6406fb3a23fd6391a2c5b5127b78eba1b;hb=6d59a642cb7cd71df249fc4ecf5928ea79c7038c;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/src/session.h b/src/session.h index 34f1ddb..1b13364 100644 --- a/src/session.h +++ b/src/session.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 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: @@ -43,6 +43,7 @@ struct gfs_server { statserv_options_block cb; char *host; + char *id; int listen_ref; cql_transform_t cql_transform; CCL_bibset ccl_transform; @@ -80,7 +81,7 @@ typedef struct request void *clientData; struct request *next; - struct request_q *q; + struct request_q *q; } request; typedef struct request_q