diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-06 11:00:08 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-06 11:00:08 -0800 |
commit | a61bb4eb21fb834480dbfe62a6722ba5c61720f0 (patch) | |
tree | 2bfa177bee8c5ca5791174947ad38c93389b4d87 /indra/newview/llmeshrepository.h | |
parent | 06a7f5ad02f7f81c06dc50fca6e29e5322c5631e (diff) | |
parent | 289d756ea86bd3898f41592146d8f549cd056846 (diff) |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 1b7954d4bd..4139b9725b 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -441,6 +441,8 @@ public: static U32 sBytesReceived; static U32 sHTTPRequestCount; static U32 sHTTPRetryCount; + static U32 sLODPending; + static U32 sLODProcessing; static U32 sCacheBytesRead; static U32 sCacheBytesWritten; static U32 sPeakKbps; |