Add "kernel" as a possible value of timestamp_type.

Currently only supported on OpenBSD.
This commit is contained in:
Todd C. Miller
2017-12-20 16:19:54 -07:00
parent 5f3797c754
commit feb48b8ebf
8 changed files with 77 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ static struct def_values def_data_timestamp_type[] = {
{ "global", global },
{ "ppid", ppid },
{ "tty", tty },
{ "kernel", kernel },
{ NULL, 0 },
};