X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_cache.c;h=ee10186a01405e81502a45c32772e11a6b222199;hb=82ea73ba3f80b690a9c72e316f893561e05291f1;hp=4b69668f716facc3eaa78cde7241959148a56ffe;hpb=4eabe5695feac935ee70ebcf9b136db7d56676c6;p=pazpar2-moved-to-github.git diff --git a/src/normalize_cache.c b/src/normalize_cache.c index 4b69668..ee10186 100644 --- a/src/normalize_cache.c +++ b/src/normalize_cache.c @@ -27,6 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #endif +#include "ppmutex.h" #include "normalize_cache.h" #include "pazpar2_config.h" @@ -50,7 +51,7 @@ normalize_cache_t normalize_cache_create(void) nc->nmem = nmem; nc->items = 0; nc->mutex = 0; - yaz_mutex_create(&nc->mutex); + pazpar2_mutex_create(&nc->mutex, "normalize_cache"); return nc; }