summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-21 04:25:30 +0000
committermidipix <writeonce@midipix.org>2024-02-21 04:25:30 +0000
commit53c651164d18578c1b50f5b09e923ae1fd5e10c5 (patch)
tree0da40afa076f6b858c7b9b15aee7106220d72bc3 /src/internal/slibtool_driver_impl.h
parentaf35a17870c2fcb8689b6b67089b41697a5d30c1 (diff)
downloadslibtool-53c651164d18578c1b50f5b09e923ae1fd5e10c5.tar.bz2
slibtool-53c651164d18578c1b50f5b09e923ae1fd5e10c5.tar.xz
driver: internals: move the argv meta data to struct slbt_driver_ctx_impl.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index c325134..5a00a3c 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -135,6 +135,7 @@ struct slbt_obj_list {
};
struct slbt_driver_ctx_impl {
+ struct argv_meta * meta;
struct slbt_common_ctx cctx;
struct slbt_driver_ctx ctx;
struct slbt_host_strs host;
@@ -160,7 +161,6 @@ struct slbt_driver_ctx_impl {
};
struct slbt_driver_ctx_alloc {
- struct argv_meta * meta;
struct slbt_driver_ctx_impl ctx;
uint64_t guard;
};