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