diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-04-26 12:39:14 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-04-26 12:39:14 -0400 |
commit | b7b8d6e1aedeac1dfdfcc9200024bbcc8e2dacae (patch) | |
tree | c6d65c1319d9fd5a80473d0c2cd8e528e916af68 /indra/llmessage | |
parent | e6f53dedb704c92af45ede2d97c559cb6639358f (diff) |
MAINT-7343 - added periodic logging of state of the asset store.
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llassetstorage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llassetstorage.h b/indra/llmessage/llassetstorage.h index d6b4fa0c7b..33b88473b9 100644 --- a/indra/llmessage/llassetstorage.h +++ b/indra/llmessage/llassetstorage.h @@ -253,6 +253,8 @@ public: bool user_waiting= false, F64Seconds timeout=LL_ASSET_STORAGE_TIMEOUT) = 0; + virtual void logAssetStorageInfo() = 0; + void checkForTimeouts(); void getEstateAsset(const LLHost &object_sim, const LLUUID &agent_id, const LLUUID &session_id, |