diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 7e9e4f7..5063fa1 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -29,6 +29,10 @@ struct pe_driver_ctx_impl { struct pe_io_ctx ioctx; struct pe_common_ctx cctx; struct pe_driver_ctx ctx; + struct pe_error_info ** errinfp; + struct pe_error_info ** erricap; + struct pe_error_info * erriptr[64]; + struct pe_error_info erribuf[64]; }; struct pe_unit_ctx_impl { |