[core] Add SHUTDOWN_REQUESTED event. Bind to this event to know when ASAP or elegant shutdown has been requested.

This commit is contained in:
Chris Rienzo
2019-12-15 00:53:29 +00:00
committed by Andrey Volk
parent 9248aa05ec
commit 562079376a
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -223,6 +223,7 @@ static char *EVENT_NAMES[] = {
"CALL_DETAIL",
"DEVICE_STATE",
"TEXT",
"SHUTDOWN_REQUESTED",
"ALL"
};