summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-03-19 18:23:45 -0400
committermidipix <writeonce@midipix.org>2016-03-19 18:23:45 -0400
commit680670904bb1a91a167d66a404e093b07ccb46d1 (patch)
tree2ea88c84322b9362d554aa5482dab893c0bd8fc1 /include
parent0919b02e38a0972e35c1c8ff3e0c3596e620b678 (diff)
downloadslibtool-680670904bb1a91a167d66a404e093b07ccb46d1.tar.bz2
slibtool-680670904bb1a91a167d66a404e093b07ccb46d1.tar.xz
struct slbt_exec_ctx: add link-specific members.
Diffstat (limited to 'include')
-rw-r--r--include/slibtool/slibtool.h4
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;
};