diff options
Diffstat (limited to 'common/event.c')
| -rw-r--r-- | common/event.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/event.c b/common/event.c index 8d7513eb10b..398e713d2f8 100644 --- a/common/event.c +++ b/common/event.c @@ -49,6 +49,9 @@ const char *const type_name[] = { /* main loop events */ "main_loop", + /* post preboot events */ + "post_preboot", + /* livetree has been built */ "of_live_init", }; |
