diff options
author | Richard Linden <none@none> | 2013-01-11 13:11:33 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-11 13:11:33 -0800 |
commit | dd54893bcf50f41e5c678b6ca67b646284b94fca (patch) | |
tree | f89cb8ee50e4ca8b4e941fc7961a4aa0c1ac5af4 /indra/newview | |
parent | 44cc14fbee8c9cb033dcb94d9c54f532427a5768 (diff) | |
parent | 62a9f557d2e91beb685843775e8f9fe73dab4b94 (diff) |
merge
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 9f1c7855be..d62101d159 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -3742,11 +3742,12 @@ TFReqSendMetrics::doWork(LLTextureFetch * fetcher) main_stats.getStats(stats, true); //LLSD merged_llsd = main_stats.asLLSD(); + bool initial_report = !reporting_started; stats.session_id = mSessionID; stats.agent_id = mAgentID; stats.message = "ViewerAssetMetrics"; stats.sequence = static_cast<bool>(report_sequence); - stats.initial = static_cast<bool>(!reporting_started); + stats.initial = initial_report; stats.break_ = static_cast<bool>(LLTextureFetch::svMetricsDataBreak); LLSD sd; |