X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2_config.h;h=9b57167a68ee07405a3cbf45e741ce988c633653;hb=1b761ca7a958b482d899a70a8591ffcc1f42026f;hp=044eff72de65c5c01ae71afeed718c169da3b887;hpb=b2807317725db68d786503711be67ecf163115b7;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index 044eff7..9b57167 100644 --- a/src/pazpar2_config.h +++ b/src/pazpar2_config.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 @@ -20,8 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef PAZPAR2_CONFIG_H #define PAZPAR2_CONFIG_H -#include -#include +#include "normalize_cache.h" #include #include "charsets.h" @@ -78,7 +77,7 @@ struct conf_metadata enum conf_metadata_type type; enum conf_metadata_merge merge; enum conf_setting_type setting; // Value is to be taken from session/db settings? - enum conf_metadata_type mergekey; + enum conf_metadata_mergekey mergekey; }; @@ -136,6 +135,7 @@ struct conf_server struct sockaddr_in *proxy_addr; int listener_socket; char *server_settings; + char *server_id; pp2_charset_t relevance_pct; pp2_charset_t sort_pct;