summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
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.