diff options
author | Callum Prentice <callum@gmail.com> | 2020-09-24 10:23:39 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-09-24 10:23:39 -0700 |
commit | 96e2873bfa2c6b8823aed3b4190c43cd5dab54e6 (patch) | |
tree | 4a3e2cc371e88a200eb992db61807dfac7f235d8 /indra | |
parent | 5858bb87c7d9d222e61c7c4f7f0f1dc8ba02c77f (diff) |
Rename lldiskcache.* to llfilesystem.* - i think this is the right name since it's responsible for performing file system operations and (will eventually) delegrate to a separate disk cache component to save/load data and keep track of metadata etc.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llfilesystem/llfilesystem.cpp (renamed from indra/llfilesystem/lldiskcache.cpp) | 0 | ||||
-rw-r--r-- | indra/llfilesystem/llfilesystem.h (renamed from indra/llfilesystem/lldiskcache.h) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/indra/llfilesystem/lldiskcache.cpp b/indra/llfilesystem/llfilesystem.cpp index af93049e07..af93049e07 100644 --- a/indra/llfilesystem/lldiskcache.cpp +++ b/indra/llfilesystem/llfilesystem.cpp diff --git a/indra/llfilesystem/lldiskcache.h b/indra/llfilesystem/llfilesystem.h index 7ad06a8689..7ad06a8689 100644 --- a/indra/llfilesystem/lldiskcache.h +++ b/indra/llfilesystem/llfilesystem.h |