Added machine readable exit reasons, INPUT_END trigger, OUTPUT_END trigger, and updated RECORDING_END trigger to include all of these.
This commit is contained in:
parent
a16d98b7b2
commit
b0d4422d27
47 changed files with 493 additions and 256 deletions
|
@ -303,3 +303,27 @@ static inline void show_stackframe(){}
|
|||
#define SESS_HTTP_AS_UNSPECIFIED 4
|
||||
#define SESS_TKN_DEFAULT_MODE 15
|
||||
|
||||
#define ER_UNKNOWN "UNKNOWN"
|
||||
#define ER_CLEAN_LIVE_BUFFER_REQ "CLEAN_LIVE_BUFFER_REQ"
|
||||
#define ER_CLEAN_CONTROLLER_REQ "CLEAN_CONTROLLER_REQ"
|
||||
#define ER_CLEAN_INTENDED_STOP "CLEAN_INTENDED_STOP"
|
||||
#define ER_CLEAN_REMOTE_CLOSE "CLEAN_REMOTE_CLOSE"
|
||||
#define ER_CLEAN_INACTIVE "CLEAN_INACTIVE"
|
||||
#define ER_CLEAN_SIGNAL "CLEAN_SIGNAL"
|
||||
#define ER_CLEAN_EOF "CLEAN_EOF"
|
||||
#define ER_READ_START_FAILURE "READ_START_FAILURE"
|
||||
#define ER_PROCESS_SPECIFIC "PROCESS_SPECIFIC"
|
||||
#define ER_FORMAT_SPECIFIC "FORMAT_SPECIFIC"
|
||||
#define ER_INTERNAL_ERROR "INTERNAL_ERROR"
|
||||
#define ER_WRITE_FAILURE "WRITE_FAILURE"
|
||||
#define ER_EXEC_FAILURE "EXEC_FAILURE"
|
||||
#define ER_MEMORY "OUT_OF_MEMORY"
|
||||
#define ER_SHM_LOST "SHM_LOST"
|
||||
#define ER_UNSUPPORTED "UNSUPPORTED"
|
||||
#define ER_SEGFAULT "SEGFAULT"
|
||||
#define ER_TRIGGER "TRIGGER"
|
||||
#define ER_SIGTRAP "SIGTRAP"
|
||||
#define ER_SIGABRT "SIGABRT"
|
||||
#define ER_SIGILL "SIGILL"
|
||||
#define ER_SIGFPE "SIGFPE"
|
||||
#define ER_SIGBUS "SIGBUS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue