diff options
author | Richard Linden <none@none> | 2013-03-06 11:26:30 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-03-06 11:26:30 -0800 |
commit | e52e5fe5be0d2f4e0e8ded445bd18c0985ef968a (patch) | |
tree | 2a0a6644adfa609651ce9c42a808ce67bef9d0b3 /indra/llcommon | |
parent | 4a5f14afc987b645c68705b0313aebbc3ba1d811 (diff) | |
parent | 8144fa95701122f24c36b8ae2a51a5ce720614a6 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics
Diffstat (limited to 'indra/llcommon')
-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 6b4d4357db..7a0266529b 100644 --- a/indra/llcommon/lltracerecording.h +++ b/indra/llcommon/lltracerecording.h @@ -406,6 +406,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; |