diff options
author | midipix <writeonce@midipix.org> | 2016-03-19 18:23:45 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-19 18:23:45 -0400 |
commit | 680670904bb1a91a167d66a404e093b07ccb46d1 (patch) | |
tree | 2ea88c84322b9362d554aa5482dab893c0bd8fc1 | |
parent | 0919b02e38a0972e35c1c8ff3e0c3596e620b678 (diff) | |
download | slibtool-680670904bb1a91a167d66a404e093b07ccb46d1.tar.bz2 slibtool-680670904bb1a91a167d66a404e093b07ccb46d1.tar.xz |
struct slbt_exec_ctx: add link-specific members.
-rw-r--r-- | include/slibtool/slibtool.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 7105f0a..2113a0a 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -95,6 +95,10 @@ struct slbt_exec_ctx { char * lobjname; char * aobjname; char * ltobjname; + char * arfilename; + char * lafilename; + char * dsofilename; + char * exefilename; pid_t pid; int exitcode; }; |