summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCacheController.h
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-04-02 14:42:55 -0400
committerMason Reed <mason@vector35.com>2025-04-02 14:42:55 -0400
commit003072f957498a11b7fdcbb56892af0c281c85b3 (patch)
treef7ded5b8b876e717b20ed4402e6582b6e7aeb7d2 /view/sharedcache/core/SharedCacheController.h
parent49ea03c417168a707125169b77e6ff1c7ebbe097 (diff)
[SharedCache] Misc fixes and comments
Diffstat (limited to 'view/sharedcache/core/SharedCacheController.h')
-rw-r--r--view/sharedcache/core/SharedCacheController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/sharedcache/core/SharedCacheController.h b/view/sharedcache/core/SharedCacheController.h
index 3b92f198..caf61e41 100644
--- a/view/sharedcache/core/SharedCacheController.h
+++ b/view/sharedcache/core/SharedCacheController.h
@@ -12,6 +12,8 @@ void RegisterSharedCacheControllerDestructor();
namespace BinaryNinja::DSC {
static const char* METADATA_KEY = "shared_cache";
+ static const char* OLD_METADATA_KEY_COUNT = "SHAREDCACHE-ModifiedState-Count";
+ static const char* OLD_METADATA_KEY_PREFIX = "SHAREDCACHE-ModifiedState-";
// Represents the view state for a given `DSCache`
class SharedCacheController : public DSCRefCountObject