diff options
| author | Mason Reed <mason@vector35.com> | 2025-04-14 01:43:28 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-04-14 03:20:51 -0400 |
| commit | bf64859f5aa261fa8db7bfdd9af4f67826ff4e5b (patch) | |
| tree | cc549d191d3b95fc48d9aa2d6316b70722a46759 /view/sharedcache/api/sharedcachecore.h | |
| parent | ea47d4c85e78533ea7e88adc442159414feb3f7f (diff) | |
[SharedCache] Expose cache entry name in the API
Allows us to display the user friendly name of the cache entry in the triage view
Diffstat (limited to 'view/sharedcache/api/sharedcachecore.h')
| -rw-r--r-- | view/sharedcache/api/sharedcachecore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/sharedcache/api/sharedcachecore.h b/view/sharedcache/api/sharedcachecore.h index ab2acb60..00b24b60 100644 --- a/view/sharedcache/api/sharedcachecore.h +++ b/view/sharedcache/api/sharedcachecore.h @@ -97,6 +97,7 @@ extern "C" typedef struct BNSharedCacheEntry { char* path; + char* name; BNSharedCacheEntryType entryType; size_t mappingCount; BNSharedCacheMappingInfo* mappings; |
