Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


mansession Struct Reference

Data Fields

FILE * f
 
int fd
 
struct manager_custom_hookhook
 
ast_mutex_t lock
 
enum mansession_message_parsing parsing
 
struct mansession_sessionsession
 
struct
ast_tcptls_session_instance
tcptls_session
 
int write_error:1
 

Detailed Description

Definition at line 1012 of file manager.c.

Field Documentation

struct manager_custom_hook* hook

Definition at line 1019 of file manager.c.

Referenced by ast_hook_send_action(), and send_string().

Definition at line 1017 of file manager.c.

Referenced by do_message(), get_input(), and handle_parse_error().

struct ast_tcptls_session_instance* tcptls_session

Definition at line 1014 of file manager.c.

Referenced by mansession_encode_sin_local(), mansession_get_transport(), and session_do().

int write_error

Definition at line 1018 of file manager.c.

Referenced by send_string(), and session_do().


The documentation for this struct was generated from the following file: