summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index b603c4a..536aaf8 100644
--- a/src/util.c
+++ b/src/util.c
@@ -21,6 +21,7 @@ static const char* event_names[] = {
21 "COMPLETION", 21 "COMPLETION",
22 "BLOCK", 22 "BLOCK",
23 "RESUME", 23 "RESUME",
24 "ACTION",
24 "SYS_RELEASE", 25 "SYS_RELEASE",
25 "INVALID" 26 "INVALID"
26}; 27};
@@ -110,6 +111,7 @@ static print_t print_detail[] = {
110 print_nothing, /* COMPLETION */ 111 print_nothing, /* COMPLETION */
111 print_nothing, /* BLOCK */ 112 print_nothing, /* BLOCK */
112 print_nothing, /* RESUME */ 113 print_nothing, /* RESUME */
114 print_nothing, /* ACTION */
113 print_time_data2, /* SYS_RELEASE */ 115 print_time_data2, /* SYS_RELEASE */
114 print_raw, /* invalid */ 116 print_raw, /* invalid */
115}; 117};