summaryrefslogtreecommitdiff
path: root/src/internal/apimagic_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/apimagic_driver_impl.h')
-rw-r--r--src/internal/apimagic_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/apimagic_driver_impl.h b/src/internal/apimagic_driver_impl.h
index 9054708..ff33a4e 100644
--- a/src/internal/apimagic_driver_impl.h
+++ b/src/internal/apimagic_driver_impl.h
@@ -15,6 +15,7 @@ enum app_tags {
struct amgc_driver_ctx_impl {
struct amgc_common_ctx cctx;
struct amgc_driver_ctx ctx;
+ struct compilation_env_t ccenv;
int fdtmpin;
};
@@ -23,6 +24,7 @@ struct amgc_unit_ctx_impl {
struct amgc_input map;
struct amgc_common_ctx cctx;
struct amgc_unit_ctx uctx;
+ struct compilation_unit_t ccunit;
};
#endif