summaryrefslogtreecommitdiff
path: root/indra/llcommon/llthread.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-12-10 12:50:23 -0800
committerRichard Linden <none@none>2013-12-10 12:50:23 -0800
commitd4f3fe3c5691348b72729ba57cef337c1dca0141 (patch)
tree0af459d66463e94d3c29b1ed22ddc7ff1dda7458 /indra/llcommon/llthread.h
parent8d5605e09f144e7879c34e6093b5c09c191f46a6 (diff)
SH-4653 FIX Interesting: Viewer crashes while reading chat history
Diffstat (limited to 'indra/llcommon/llthread.h')
-rwxr-xr-xindra/llcommon/llthread.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h
index ba64d20936..2f9c779e00 100755
--- a/indra/llcommon/llthread.h
+++ b/indra/llcommon/llthread.h
@@ -36,6 +36,11 @@
LL_COMMON_API void assert_main_thread();
+namespace LLTrace
+{
+ class ThreadRecorder;
+}
+
class LL_COMMON_API LLThread
{
private:
@@ -105,6 +110,7 @@ protected:
BOOL mIsLocalPool;
EThreadStatus mStatus;
U32 mID;
+ LLTrace::ThreadRecorder* mRecorder;
//a local apr_pool for APRFile operations in this thread. If it exists, LLAPRFile::sAPRFilePoolp should not be used.
//Note: this pool is used by APRFile ONLY, do NOT use it for any other purposes.