diff options
author | Richard Linden <none@none> | 2013-04-11 19:17:55 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-04-11 19:17:55 -0700 |
commit | 2436bd9487ac62899ed01859bdd4c0871020d4f7 (patch) | |
tree | 283368b1ff05b4cbdcd52b9e3c103081178006ac /indra/llcommon/lltracerecording.h | |
parent | bdc6d58b7e84bc81977148995b0028f7420eee65 (diff) | |
parent | 288b43facb89184cc8fced7e7542baa2c8549831 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics
Diffstat (limited to 'indra/llcommon/lltracerecording.h')
-rw-r--r-- | indra/llcommon/lltracerecording.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lltracerecording.h b/indra/llcommon/lltracerecording.h index 6cf6f4f84f..4419a22bbe 100644 --- a/indra/llcommon/lltracerecording.h +++ b/indra/llcommon/lltracerecording.h @@ -434,6 +434,8 @@ namespace LLTrace /*virtual*/ void reset(); /*virtual*/ void splitTo(ExtendableRecording& other); /*virtual*/ void splitFrom(ExtendableRecording& other); + + const Recording& getAcceptedRecording() const {return mAcceptedRecording;} private: Recording mAcceptedRecording; Recording mPotentialRecording; |