Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

mansession Struct Reference

#include <manager.h>


Data Fields

pthread_t t
ast_mutex_t lock
sockaddr_in sin
int fd
int blocking
char username [80]
char challenge [10]
int authenticated
int readperm
int writeperm
char inbuf [MAX_LEN]
int inlen
int send_events
mansessionnext


Detailed Description

Definition at line 56 of file manager.h.


Field Documentation

int authenticated
 

Definition at line 64 of file manager.h.

int blocking
 

Definition at line 61 of file manager.h.

Referenced by manager_event().

char challenge[10]
 

Definition at line 63 of file manager.h.

int fd
 

Definition at line 60 of file manager.h.

Referenced by astman_send_error(), astman_send_response(), and manager_event().

char inbuf[MAX_LEN]
 

Definition at line 67 of file manager.h.

int inlen
 

Definition at line 68 of file manager.h.

ast_mutex_t lock
 

Definition at line 58 of file manager.h.

Referenced by astman_send_error(), astman_send_response(), and manager_event().

struct mansession* next
 

Definition at line 70 of file manager.h.

Referenced by manager_event().

int readperm
 

Definition at line 65 of file manager.h.

Referenced by manager_event().

int send_events
 

Definition at line 69 of file manager.h.

Referenced by manager_event().

struct sockaddr_in sin
 

Definition at line 59 of file manager.h.

pthread_t t
 

Definition at line 57 of file manager.h.

char username[80]
 

Definition at line 62 of file manager.h.

int writeperm
 

Definition at line 66 of file manager.h.


The documentation for this struct was generated from the following file:
Generated on Wed Aug 10 11:36:35 2005 for Asterisk by  doxygen 1.4.4