diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-10 16:13:51 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-10 16:13:51 -0400 |
commit | 0e0339914f094a5f92eb1a2b8736979a848214e9 (patch) | |
tree | 3cfb1bf8ed21b6fc695be4147b44ed1dbfeb1a20 /indra/newview/llattachmentsmgr.h | |
parent | 0350e04e6e3be2a80038fc69a56498154aaed3a8 (diff) |
MAINT-5070 WIP, MAINT-4409 WIP - try to clean up invalid COF links under certain circumstances.
Diffstat (limited to 'indra/newview/llattachmentsmgr.h')
-rwxr-xr-x | indra/newview/llattachmentsmgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llattachmentsmgr.h b/indra/newview/llattachmentsmgr.h index b8d3adac0d..f9d321398f 100755 --- a/indra/newview/llattachmentsmgr.h +++ b/indra/newview/llattachmentsmgr.h @@ -109,6 +109,7 @@ private: void linkRecentlyArrivedAttachments(); void expireOldAttachmentRequests(); void expireOldDetachRequests(); + void checkInvalidCOFLinks(); void spamStatusInfo(); // Attachments that we are planning to rez but haven't requested from the server yet. @@ -124,6 +125,8 @@ private: std::set<LLUUID> mRecentlyArrivedAttachments; LLTimer mCOFLinkBatchTimer; + // Attachments that are linked in the COF but may be invalid. + LLItemRequestTimes mQuestionableCOFLinks; }; #endif |