summaryrefslogtreecommitdiff
path: root/indra/llvfs/llvfile.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-09-16 19:03:48 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-09-16 19:03:48 +0300
commit060dd2aeab72df26d6375f2e0fad619113fe7e13 (patch)
treee004f24cd076b37ec2413bc9bd90f1923c6fbb6e /indra/llvfs/llvfile.h
parent8c289ec126edf510a542c86e4c9df1787a37acb6 (diff)
Check existence of local files instead of checking VFS
Diffstat (limited to 'indra/llvfs/llvfile.h')
-rw-r--r--indra/llvfs/llvfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llvfs/llvfile.h b/indra/llvfs/llvfile.h
index 4aeb9c9630..71dd273404 100644
--- a/indra/llvfs/llvfile.h
+++ b/indra/llvfs/llvfile.h
@@ -58,6 +58,8 @@ public:
bool isLocked(EVFSLock lock);
void waitForLock(EVFSLock lock);
+
+ static bool getExists(const LLUUID &file_id, const LLAssetType::EType file_type);
static void initClass(LLVFSThread* vfsthread = NULL);
static void cleanupClass();