From 97519423727f340c1b19b2a61bb48f7c00c387dd Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 18 May 2020 18:31:50 +0300 Subject: Small Cleanup --- indra/newview/llaisapi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview/llaisapi.h') diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h index e97059014b..fc1a6c0871 100644 --- a/indra/newview/llaisapi.h +++ b/indra/newview/llaisapi.h @@ -31,7 +31,6 @@ #include #include #include -#include "llhttpretrypolicy.h" #include "llviewerinventory.h" #include "llcorehttputil.h" #include "llcoproceduremanager.h" -- cgit v1.2.3 From 5172f5d6d6ee76ffe9f7fe0a8a6eb8a86ec93d4d Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Thu, 1 Oct 2020 22:18:49 +0300 Subject: SL-14037 BugSplat Crash #646590: Enqueue failed in AIS --- indra/newview/llaisapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llaisapi.h') diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h index fc1a6c0871..856f3fc180 100644 --- a/indra/newview/llaisapi.h +++ b/indra/newview/llaisapi.h @@ -71,6 +71,7 @@ private: const std::string, LLSD, LLCore::HttpOptions::ptr_t, LLCore::HttpHeaders::ptr_t) > invokationFn_t; static void EnqueueAISCommand(const std::string &procName, LLCoprocedureManager::CoProcedure_t proc); + static void onIdle(void *userdata); // launches postponed AIS commands static std::string getInvCap(); static std::string getLibCap(); @@ -79,6 +80,8 @@ private: invokationFn_t invoke, std::string url, LLUUID targetId, LLSD body, completion_t callback, COMMAND_TYPE type); + typedef std::pair ais_query_item_t; + static std::list sPostponedQuery; }; class AISUpdate -- cgit v1.2.3