[esl] Add SHUTDOWN_REQUESTED event.

This commit is contained in:
Andrey Volk 2019-12-16 22:31:19 +04:00
parent 562079376a
commit f7ec94c9c4
2 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,7 @@ static const char *EVENT_NAMES[] = {
"CALL_DETAIL",
"DEVICE_STATE",
"TEXT",
"SHUTDOWN_REQUESTED",
"ALL"
};

View File

@ -138,6 +138,7 @@ typedef enum {
ESL_EVENT_CALL_DETAIL,
ESL_EVENT_DEVICE_STATE,
ESL_EVENT_TEXT,
ESL_EVENT_SHUTDOWN_REQUESTED,
ESL_EVENT_ALL
} esl_event_types_t;