From 680670904bb1a91a167d66a404e093b07ccb46d1 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Mar 2016 18:23:45 -0400 Subject: struct slbt_exec_ctx: add link-specific members. --- include/slibtool/slibtool.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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; }; -- cgit v1.2.3