Rename submit_time -> event_time in struct eventlog.

This commit is contained in:
Todd C. Miller
2023-11-23 09:08:04 -05:00
parent 0e53d5fddf
commit b9275b7eab
13 changed files with 29 additions and 29 deletions

View File

@@ -114,7 +114,7 @@ struct eventlog {
char **runargv;
char **runenv;
char **env_add;
struct timespec submit_time;
struct timespec event_time;
struct timespec iolog_offset;
struct timespec run_time;
int exit_value;