Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_mansession Struct Reference

Data Fields

int fd
 
char inbuf [MAX_LEN]
 
int inlen
 
struct sockaddr_in sin
 

Detailed Description

Definition at line 71 of file astman.c.

Field Documentation

◆ fd

int fd

Definition at line 73 of file astman.c.

Referenced by get_input(), manage_calls(), manager_action(), manager_login(), and wait_for_response().

◆ inbuf

char inbuf[MAX_LEN]

Definition at line 74 of file astman.c.

Referenced by get_input(), and has_input().

◆ inlen

int inlen

Definition at line 75 of file astman.c.

Referenced by get_input(), and has_input().

◆ sin

struct sockaddr_in sin

Definition at line 72 of file astman.c.

Referenced by get_input(), and manager_login().


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