diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-12 00:25:34 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-12 00:39:48 +0300 |
| commit | 627c4e45baec177dd8e0a07b0c3137492819c0ca (patch) | |
| tree | 328fb7571ca74bb21c731c723b82cc2e30904cce /indra/newview/llinventorymodelbackgroundfetch.h | |
| parent | 5e59ab0ab77d91f9d855bd5a3fc0e5c691220f01 (diff) | |
SL-19533 Track folder fetch requests in bulk fetch
Diffstat (limited to 'indra/newview/llinventorymodelbackgroundfetch.h')
| -rw-r--r-- | indra/newview/llinventorymodelbackgroundfetch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorymodelbackgroundfetch.h b/indra/newview/llinventorymodelbackgroundfetch.h index 6c2c3e96fa..1881322e7a 100644 --- a/indra/newview/llinventorymodelbackgroundfetch.h +++ b/indra/newview/llinventorymodelbackgroundfetch.h @@ -100,7 +100,7 @@ protected: }; typedef std::deque<FetchQueueInfo> fetch_queue_t; - void onAISFodlerCalback(const LLUUID &request_id, const LLUUID &response_id, EFetchType recursion); + void onAISFolderCalback(const LLUUID &request_id, const LLUUID &response_id, EFetchType recursion); void bulkFetchViaAis(); void bulkFetchViaAis(const FetchQueueInfo& fetch_info); void bulkFetch(); @@ -127,7 +127,7 @@ private: F32 mMinTimeBetweenFetches; fetch_queue_t mFetchFolderQueue; fetch_queue_t mFetchItemQueue; - + std::list<LLUUID> mExpectedFolderIds; // for debug, should this track time? }; #endif // LL_LLINVENTORYMODELBACKGROUNDFETCH_H |
