680670 struct slbt_exec_ctx: add link-specific members.

Authored and Committed by midipix 8 years ago
    struct slbt_exec_ctx: add link-specific members.
    
        
file modified
+4 -0
include/slibtool/slibtool.h CHANGED
@@ -95,6 +95,10 @@ struct slbt_exec_ctx {
95
95
char * lobjname;
96
96
char * aobjname;
97
97
char * ltobjname;
98
+ char * arfilename;
99
+ char * lafilename;
100
+ char * dsofilename;
101
+ char * exefilename;
98
102
pid_t pid;
99
103
int exitcode;
100
104
};