projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f81028c
)
Add reuse flags.
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 17 Jun 2010 15:16:14 +0000
(17:16 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 17 Jun 2010 15:16:14 +0000
(17:16 +0200)
src/settings.h
patch
|
blob
|
history
diff --git
a/src/settings.h
b/src/settings.h
index
71fb326
..
fd12f7e
100644
(file)
--- a/
src/settings.h
+++ b/
src/settings.h
@@
-38,12
+38,13
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define PZ_SRU 15
#define PZ_SRU_VERSION 16
#define PZ_PQF_PREFIX 17
-#define PZ_SORT 18
+#define PZ_SORT 18
#define PZ_RECORDFILTER 19
#define PZ_PQF_STRFTIME 20
#define PZ_NEGOTIATION_CHARSET 21
-#define PZ_MAX_CONNECTIONS 22
-#define PZ_MAX_EOF 23
+#define PZ_MAX_CONNECTIONS 22
+#define PZ_REUSE_CONNECTIONS 23
+#define PZ_MAX_EOF 24
struct setting
{