summaryrefslogtreecommitdiff
path: root/src/internal/perk_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/perk_driver_impl.h')
-rw-r--r--src/internal/perk_driver_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h
index e50d08a..0f992d1 100644
--- a/src/internal/perk_driver_impl.h
+++ b/src/internal/perk_driver_impl.h
@@ -48,6 +48,9 @@ struct pe_unit_ctx_impl {
const char * path;
struct pe_raw_image map;
struct pe_image_meta * meta;
+ struct pe_raw_archive armap;
+ struct pe_archive_meta *armeta;
+ struct pe_image_meta ** objmeta;
struct pe_unit_ctx uctx;
};