Store runenv in the I/O log info file too.

This commit is contained in:
Todd C. Miller
2020-03-29 05:05:08 -06:00
parent 056173e572
commit 9b144069fc
2 changed files with 18 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ struct iolog_details {
char *ttyname;
char **argv;
char **env_add;
char **envp;
struct timespec submit_time;
int argc;
int lines;