summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCacheController.h
diff options
context:
space:
mode:
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