From 680670904bb1a91a167d66a404e093b07ccb46d1 Mon Sep 17 00:00:00 2001 From: midipix Date: Mar 19 2016 22:23:45 +0000 Subject: struct slbt_exec_ctx: add link-specific members. --- 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; };