summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-08 18:16:58 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-08 18:16:58 -0400
commit4bbcd26941c3be6b83214d0dc45c70f99e474dda (patch)
tree10ab11780af1363d171f175890321e7b93fd92fe /indra/newview/llviewertexture.h
parente16435c37cb7410f3ea4596e30fd232ac558bc71 (diff)
SH-4061 FIX - texture fetch failures added retry logic and fault injection for testing
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rwxr-xr-xindra/newview/llviewertexture.h1
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;