summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltracerecording.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-01-25 16:15:19 -0800
committerRichard Linden <none@none>2013-01-25 16:15:19 -0800
commit09ee16c61d372c1eb620bc3ef3dbfeb798c0a82e (patch)
tree5dfc1e020b79b2730f79008fcbbf5b5d5e524792 /indra/llcommon/lltracerecording.h
parent3a555a2ff84d9b340e33673d7a03f37c966f06e6 (diff)
SH-3275 WIP interesting Update viewer metrics system to be more flexible
fix for extendablerecording not having right state
Diffstat (limited to 'indra/llcommon/lltracerecording.h')
-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 e6b5e85f90..f575fbd8b2 100644
--- a/indra/llcommon/lltracerecording.h
+++ b/indra/llcommon/lltracerecording.h
@@ -389,7 +389,9 @@ namespace LLTrace
class ExtendableRecording
: public LLStopWatchControlsMixin<ExtendableRecording>
{
+ public:
void extend();
+ Recording& getAcceptedRecording() { return mAcceptedRecording; }
// implementation for LLStopWatchControlsMixin
/*virtual*/ void start();