summaryrefslogtreecommitdiff
path: root/ACE/ace/Base_Thread_Adapter.h
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-04-04 22:28:48 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-04-04 22:28:48 +0000
commitb2a641dbe426a09df50ede495d19834238d3539c (patch)
tree72de94ddc6d6d8a1ba0d5e508f526ef2029e9082 /ACE/ace/Base_Thread_Adapter.h
parent64f732c904b2724a297e77b951f2593d308b24a0 (diff)
downloadATCD-b2a641dbe426a09df50ede495d19834238d3539c.tar.gz
ChangeLogTag: Fri Apr 4 21:43:35 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'ACE/ace/Base_Thread_Adapter.h')
-rw-r--r--ACE/ace/Base_Thread_Adapter.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/ace/Base_Thread_Adapter.h b/ACE/ace/Base_Thread_Adapter.h
index f33f0facd48..0109a4d4647 100644
--- a/ACE/ace/Base_Thread_Adapter.h
+++ b/ACE/ace/Base_Thread_Adapter.h
@@ -67,6 +67,11 @@ protected:
long flags_;
};
+
+
+class ACE_Service_Gestalt;
+
+
/**
* @class ACE_Base_Thread_Adapter
*
@@ -165,11 +170,15 @@ protected:
/// The ACE_Log_Msg attributes.
ACE_OS_Log_Msg_Attributes log_msg_attributes_;
+
/// That is usefull for gprof, define itimerval
#ifdef ACE_USES_GPROF
struct itimerval itimer_;
#endif // ACE_USES_GPROF
+ /// Keep a reference to the configuration context that spawns the
+ /// thread so the child can inherit it.
+ ACE_Service_Gestalt * const ctx_;
};
ACE_END_VERSIONED_NAMESPACE_DECL