summaryrefslogtreecommitdiff
path: root/view/sharedcache/api/sharedcachecore.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/api/sharedcachecore.h')
-rw-r--r--view/sharedcache/api/sharedcachecore.h1
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;