ssh_channel_exit_signal_callback

@brief SSH channel exit signal callback. Called when a channel has received an exit signal @param session Current session handler @param channel the actual channel @param signal the signal name (without the SIG prefix) @param core a boolean telling wether a core has been dumped or not @param errmsg the description of the exception @param lang the language of the description (format: RFC 3066) @param userdata Userdata to be passed to the callback function.

alias ssh_channel_exit_signal_callback = void function
(,,
const char* signal
,
int core
,
const char* errmsg
,
const char* lang
,
void* userdata
)

Meta