diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-22 12:17:06 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-22 12:17:06 -0400 |
commit | de2c88ca4334886ab48b3c3d474c6585036edb21 (patch) | |
tree | 6563a20aacd8349800793b157ae83cc7e2ca85a6 /indra/newview/llvoavatar.h | |
parent | f2948cb1eb8866716a84868cccbfafcd742c0771 (diff) |
Moved LastUpdateCOF stuff to avatar, so we can track last received for non-self avs
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llvoavatar.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 3a4cfa5800..c2adaac18e 100644..100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -962,6 +962,17 @@ protected: LLFrameTimer mRuthDebugTimer; // For tracking how long it takes for av to rez LLFrameTimer mDebugExistenceTimer; // Debugging for how long the avatar has been in memory. + //-------------------------------------------------------------------- + // COF monitoring + //-------------------------------------------------------------------- + +public: + // COF version of last viewer-initiated appearance update request. For non-self avs, this will remain at default. + S32 mLastUpdateRequestCOFVersion; + + // COF version of last appearance message received for this av. + S32 mLastUpdateReceivedCOFVersion; + /** Diagnostics ** ** *******************************************************************************/ |