diff options
Diffstat (limited to 'view/sharedcache/core/SharedCacheController.cpp')
| -rw-r--r-- | view/sharedcache/core/SharedCacheController.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/sharedcache/core/SharedCacheController.cpp b/view/sharedcache/core/SharedCacheController.cpp index ce3fde2c..d300017e 100644 --- a/view/sharedcache/core/SharedCacheController.cpp +++ b/view/sharedcache/core/SharedCacheController.cpp @@ -8,7 +8,8 @@ using namespace BinaryNinja::DSC; // Unique ID for a given Binary View. typedef uint64_t ViewId; -std::shared_mutex GlobalControllersMutex; +static std::shared_mutex GlobalControllersMutex; +static const char* METADATA_KEY = "shared_cache"; std::map<ViewId, DSCRef<SharedCacheController>>& GlobalControllers() { |
