]> code.citadel.org Git - citadel.git/blobdiff - citadel/threads.h
trying to figure out why webcit doesn't chdir properly when run from appimage
[citadel.git] / citadel / threads.h
index 21e790530e90c63d7ed54aa29fc0bfdf3a05c7b4..33b854ea9cbee84d8ce5dc67f28734ae7f754f1c 100644 (file)
@@ -24,6 +24,7 @@ struct thread_tsd {
        DBC *cursors[MAXCDB];   /* Cursors, for traversals... */
 };
 
+extern pthread_key_t ThreadKey;
 extern struct thread_tsd masterTSD;
 #define TSD MyThread()