summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-09 14:52:23 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-09 14:52:23 +0000
commit4ba6229d6aa54922cafb7ab7faf82298dd936d98 (patch)
treee76236311f46e842943173a1211f21942e6ac801 /ace/Log_Msg.h
parentfb144b8b824c0920f0b96531149d5473af5b5cf6 (diff)
downloadATCD-4ba6229d6aa54922cafb7ab7faf82298dd936d98.tar.gz
ChangeLogTag: Mon Aug 09 09:47:06 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index eeff4b9b4ba..8d4c85c6c75 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -492,6 +492,14 @@ private:
static u_long default_priority_mask_;
// Priority mask to use for each new instance
+#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
+ static int key_created_;
+# if defined (ACE_HAS_THREAD_SPECIFIC_STORAGE) || \
+ defined (ACE_HAS_TSS_EMULATION)
+ static ACE_thread_key_t log_msg_tss_key_;
+# endif /* ACE_HAS_THREAD_SPECIFIC_STORAGE || ACE_HAS_TSS_EMULATION */
+#endif /* ACE_MT_SAFE */
+
static void close (void);
// For cleanup, at program termination.