diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-08 18:16:58 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-08 18:16:58 -0400 |
commit | 4bbcd26941c3be6b83214d0dc45c70f99e474dda (patch) | |
tree | 10ab11780af1363d171f175890321e7b93fd92fe /indra/newview/llviewertexture.h | |
parent | e16435c37cb7410f3ea4596e30fd232ac558bc71 (diff) |
SH-4061 FIX - texture fetch failures added retry logic and fault injection for testing
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rwxr-xr-x | indra/newview/llviewertexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 9465fe180b..320e6f8630 100755 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -450,6 +450,7 @@ protected: FTType mFTType; // What category of image is this - map tile, server bake, etc? mutable BOOL mIsMissingAsset; // True if we know that there is no image asset with this image id in the database. + S32 mFetchFailureCount; // How many times has a fetch failed in a way that suggests the asset is missing? typedef std::list<LLLoadedCallbackEntry*> callback_list_t; S8 mLoadedCallbackDesiredDiscardLevel; |