summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.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/lltexturefetch.h
parente16435c37cb7410f3ea4596e30fd232ac558bc71 (diff)
SH-4061 FIX - texture fetch failures added retry logic and fault injection for testing
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rwxr-xr-x[-rw-r--r--]indra/newview/lltexturefetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h
index 902a3d7a25..b99480d18e 100644..100755
--- a/indra/newview/lltexturefetch.h
+++ b/indra/newview/lltexturefetch.h
@@ -78,7 +78,7 @@ public:
// Threads: T* (but Tmain mostly)
bool createRequest(FTType f_type, const std::string& url, const LLUUID& id, const LLHost& host, F32 priority,
- S32 w, S32 h, S32 c, S32 discard, bool needs_aux, bool can_use_http);
+ S32 w, S32 h, S32 c, S32 discard, bool needs_aux, bool can_use_http, bool fake_failure);
// Requests that a fetch operation be deleted from the queue.
// If @cancel is true, also stops any I/O operations pending.