diff options
author | midipix <writeonce@midipix.org> | 2024-02-20 16:53:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-20 16:53:00 +0000 |
commit | 280b99c4d9975370d081dc2232367a09661044bf (patch) | |
tree | 78a7440fd9fb59bb9af0d2b1f654616ffb0ebba1 /src/internal/slibtool_driver_impl.h | |
parent | 4560b9716ba1e8816cd3c1f44b2f506a394bc22d (diff) | |
download | slibtool-280b99c4d9975370d081dc2232367a09661044bf.tar.bz2 slibtool-280b99c4d9975370d081dc2232367a09661044bf.tar.xz |
struct slbt_exec_ctx_impl: added pointer to the associated driver context.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 5bc421d..b364ea3 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -165,6 +165,7 @@ struct slbt_driver_ctx_alloc { }; struct slbt_exec_ctx_impl { + const struct slbt_driver_ctx * dctx; int argc; char * args; char * shadow; |