summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-02-13 15:26:43 -0800
committerRichard Linden <none@none>2013-02-13 15:26:43 -0800
commitdcf4e489213d6e954a34fbb3c5c96e94645b868b (patch)
tree31eff571382cf2c553ce459aa3637221a4c78453 /indra/llcommon
parenta6bb68b6e530df91d03abfc062c700ebc4e856aa (diff)
parent50d35d00cb68f0c9119b562f85ccefa4d279f0f9 (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/lltracerecording.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lltracerecording.h b/indra/llcommon/lltracerecording.h
index af9ba02b29..16fee04979 100644
--- a/indra/llcommon/lltracerecording.h
+++ b/indra/llcommon/lltracerecording.h
@@ -405,6 +405,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;