From 9bb49f8af1238b5c595b8dd3596453c0ba7eafaa Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Tue, 1 Feb 2011 17:32:21 -0500 Subject: add ST_ACTION to list of known events --- src/util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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[] = { "COMPLETION", "BLOCK", "RESUME", + "ACTION", "SYS_RELEASE", "INVALID" }; @@ -110,6 +111,7 @@ static print_t print_detail[] = { print_nothing, /* COMPLETION */ print_nothing, /* BLOCK */ print_nothing, /* RESUME */ + print_nothing, /* ACTION */ print_time_data2, /* SYS_RELEASE */ print_raw, /* invalid */ }; -- cgit v1.2.2