From 1d9a6e49523684f26fdfaa7192914000496552dc Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 6 Dec 2015 08:39:15 -0500 Subject: API redesign 7/10: place secondary context structures in struct pe_driver_ctx_impl. --- src/internal/perk_impl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/internal') diff --git a/src/internal/perk_impl.h b/src/internal/perk_impl.h index 7cfc590..8d8ecc3 100644 --- a/src/internal/perk_impl.h +++ b/src/internal/perk_impl.h @@ -9,6 +9,10 @@ #include struct pe_driver_ctx_impl { + struct pe_symbol_ctx symctx; + struct pe_output_ctx outctx; + struct pe_linker_ctx lnkctx; + struct pe_server_ctx srvctx; struct pe_io_ctx ioctx; struct pe_common_ctx cctx; struct pe_driver_ctx ctx; -- cgit v1.2.3