From bf64859f5aa261fa8db7bfdd9af4f67826ff4e5b Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 14 Apr 2025 01:43:28 -0400 Subject: [SharedCache] Expose cache entry name in the API Allows us to display the user friendly name of the cache entry in the triage view --- view/sharedcache/api/sharedcacheapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'view/sharedcache/api/sharedcacheapi.h') diff --git a/view/sharedcache/api/sharedcacheapi.h b/view/sharedcache/api/sharedcacheapi.h index 5a842cba..097c185b 100644 --- a/view/sharedcache/api/sharedcacheapi.h +++ b/view/sharedcache/api/sharedcacheapi.h @@ -278,6 +278,7 @@ namespace SharedCacheAPI { struct CacheEntry { std::string path; + std::string name; BNSharedCacheEntryType entryType; std::vector mappings; }; -- cgit v1.3.1