X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmutex-p.h;h=fedc459fa701d19ea0cc295ad000323d972f932e;hp=783f11940b4072062ace444cb79789df492e33e4;hb=9f11f349958f122419856006d9295eb0ce41274d;hpb=46ea0a67951825a03cafc6c90cc6658cfbf40d75;ds=sidebyside diff --git a/src/mutex-p.h b/src/mutex-p.h index 783f119..fedc459 100644 --- a/src/mutex-p.h +++ b/src/mutex-p.h @@ -8,6 +8,7 @@ struct yaz_mutex { CRITICAL_SECTION handle; #elif YAZ_POSIX_THREADS pthread_mutex_t handle; + pthread_mutexattr_t *attr; #endif char *name; int log_level;