* migrated SUBST stuff to hash
[citadel.git] / webcit / sysdep.c
index cbe41717e78cdc3e682254b96a9e4a1ff6fb74f6..84ea33d06eb17ce1d68b3b746272af9113e691da 100644 (file)
@@ -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)
 {