X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fthreads.h;h=33b854ea9cbee84d8ce5dc67f28734ae7f754f1c;hb=1e99d3eab849c3c41341d2d9b055ea7ee6a058a3;hp=5540d27a83568efd99076ab21c8cbcc7eaaa46e8;hpb=7ac4cd72d5898ac2a0adc08f28f6dde4b41967e4;p=citadel.git diff --git a/citadel/threads.h b/citadel/threads.h index 5540d27a8..33b854ea9 100644 --- a/citadel/threads.h +++ b/citadel/threads.h @@ -24,7 +24,7 @@ struct thread_tsd { DBC *cursors[MAXCDB]; /* Cursors, for traversals... */ }; -pthread_key_t ThreadKey; +extern pthread_key_t ThreadKey; extern struct thread_tsd masterTSD; #define TSD MyThread()