diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index f19e596..0b84349 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -135,10 +135,12 @@ struct pe_driver_ctx { }; struct pe_unit_ctx { - const char * path; - struct pe_raw_image map; - struct pe_image_meta * meta; - struct pe_common_ctx cctx; + const char * const * path; + const struct pe_raw_image * map; + const struct pe_image_meta * meta; + const struct pe_common_ctx * cctx; + int status; + int nerrors; }; /* driver api */ |