summaryrefslogtreecommitdiff
path: root/common/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/event.c')
-rw-r--r--common/event.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/event.c b/common/event.c
index dda569d4478..8d7513eb10b 100644
--- a/common/event.c
+++ b/common/event.c
@@ -48,6 +48,9 @@ const char *const type_name[] = {
/* main loop events */
"main_loop",
+
+ /* livetree has been built */
+ "of_live_init",
};
_Static_assert(ARRAY_SIZE(type_name) == EVT_COUNT, "event type_name size");