From 85119ef1e354b05d1c8fdc7876bc83c8c1375082 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 6 Dec 2015 09:05:27 -0500 Subject: API redesign 8/10: pe_driver_ctx, pe_unit_ctx: client convenience. --- include/perk/perk.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/perk/perk.h') diff --git a/include/perk/perk.h b/include/perk/perk.h index 459fffb..536e4c8 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -134,6 +134,9 @@ struct pe_driver_ctx { const char * program; const char * module; const struct pe_common_ctx * cctx; + void * any; + int status; + int nerrors; }; struct pe_unit_ctx { @@ -141,6 +144,7 @@ struct pe_unit_ctx { const struct pe_raw_image * map; const struct pe_image_meta * meta; const struct pe_common_ctx * cctx; + void * any; int status; int nerrors; }; -- cgit v1.2.3