struct eventlog: rename argv/env to runargv/runenv.

This matches the JSON logs.
This commit is contained in:
Todd C. Miller
2023-10-21 19:15:46 -06:00
parent c7a61a9438
commit 726b646b48
13 changed files with 67 additions and 65 deletions

View File

@@ -110,9 +110,9 @@ struct eventlog {
char *submituser;
char *submitgroup;
char *ttyname;
char **argv;
char **runargv;
char **runenv;
char **env_add;
char **envp;
struct timespec submit_time;
struct timespec iolog_offset;
struct timespec run_time;