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

@@ -424,7 +424,7 @@ json_store_run_time(struct json_item *item, struct eventlog *evlog)
static bool
json_store_timestamp(struct json_item *item, struct eventlog *evlog)
{
return json_store_timespec(item, &evlog->submit_time);
return json_store_timespec(item, &evlog->event_time);
}
static bool