X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fparameters.h;h=5ddef278e1b093b32e3aeed1b6d9397e89fd8c04;hb=4a61cdbbd827ee9ccb50aa84611fa262432da084;hp=c6ece740e673fc3863fb72e5021a143734efbdbb;hpb=3da1c681b8d08ce707325c41743630842f0a7014;p=pazpar2-moved-to-github.git diff --git a/src/parameters.h b/src/parameters.h index c6ece74..5ddef27 100644 --- a/src/parameters.h +++ b/src/parameters.h @@ -1,4 +1,4 @@ -/* $Id: parameters.h,v 1.4 2007-06-06 11:56:35 marc Exp $ +/* $Id: parameters.h,v 1.5 2007-07-25 11:41:32 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -42,6 +42,8 @@ struct parameters { int chunk; ODR odr_out; ODR odr_in; + int z3950_session_timeout; + int z3950_connect_timeout; }; extern struct parameters global_parameters;