X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fparameters.h;h=abeaca6a9766f2970705aaf2f51e4f90f436f67e;hb=7e46fe0e2db894bc60bff710725c6854a261adc4;hp=2b152211b59fdc637b4b522f3bd451a76358c70e;hpb=216073a7a0d2fdfc9d88c58b1a2ff83fa76d4628;p=pazpar2-moved-to-github.git diff --git a/src/parameters.h b/src/parameters.h index 2b15221..abeaca6 100644 --- a/src/parameters.h +++ b/src/parameters.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -24,22 +24,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA /** \brief global parameters */ struct parameters { - char proxy_override[128]; - char listener_override[128]; - struct conf_server *server; int dump_records; int debug_mode; - int timeout; /* operations timeout, in seconds */ - char implementationId[128]; - char implementationName[128]; - char implementationVersion[128]; - int session_timeout; - int toget; - int chunk; - ODR odr_out; - ODR odr_in; - int z3950_session_timeout; - int z3950_connect_timeout; }; extern struct parameters global_parameters;