X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fparameters.h;h=c6ece740e673fc3863fb72e5021a143734efbdbb;hb=d0fc1a702b50978db129c169c8c309af42f0746b;hp=ef4d54f05b5a17e5abe3f31c277d1aae754fe723;hpb=dbcf2c3410ed74d919efdc62ffbd00e716284d8e;p=pazpar2-moved-to-github.git diff --git a/src/parameters.h b/src/parameters.h index ef4d54f..c6ece74 100644 --- a/src/parameters.h +++ b/src/parameters.h @@ -1,4 +1,4 @@ -/* $Id: parameters.h,v 1.1 2007-04-23 21:05:23 adam Exp $ +/* $Id: parameters.h,v 1.4 2007-06-06 11:56:35 marc Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -28,10 +28,10 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA struct parameters { char proxy_override[128]; char listener_override[128]; - char zproxy_override[128]; char settings_path_override[128]; struct conf_server *server; int dump_records; + int debug_mode; int timeout; /* operations timeout, in seconds */ char implementationId[128]; char implementationName[128];