X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsysdep.c;h=84ea33d06eb17ce1d68b3b746272af9113e691da;hb=64a9d779e6d2f3e8b9b8492aea68fbf881d6d71b;hp=cbe41717e78cdc3e682254b96a9e4a1ff6fb74f6;hpb=450c8beef81a4e7d23d0afc17c7ae5d1dba4e6ba;p=citadel.git diff --git a/webcit/sysdep.c b/webcit/sysdep.c index cbe41717e..84ea33d06 100644 --- a/webcit/sysdep.c +++ b/webcit/sysdep.c @@ -65,6 +65,7 @@ pthread_mutex_t Critters[MAX_SEMAPHORES]; /* Things needing locking */ pthread_key_t MyConKey; /* TSD key for MyContext() */ +pthread_key_t MyReq; /* TSD key for MyReq() */ void InitialiseSemaphores(void) {