Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:03 2007

Asterisk developer's documentation :: Codename Pineapple


server_args Struct Reference

#include <http.h>

Collaboration diagram for server_args:

Collaboration graph
[legend]

Detailed Description

arguments for the accepting thread

Definition at line 121 of file http.h.

Data Fields

int accept_fd
void *(* accept_fn )(void *)
pthread_t master
const char * name
sockaddr_in oldsin
void(* periodic_fn )(void *)
int poll_timeout
sockaddr_in sin
tls_configtls_cfg
void *(* worker_fn )(void *)


Field Documentation

int accept_fd
 

Definition at line 125 of file http.h.

void*(* accept_fn)(void *)
 

pthread_t master
 

Definition at line 127 of file http.h.

const char* name
 

Definition at line 131 of file http.h.

struct sockaddr_in oldsin
 

Definition at line 123 of file http.h.

Referenced by handle_show_http(), and httpstatus_callback().

void(* periodic_fn)(void *)
 

int poll_timeout
 

Definition at line 126 of file http.h.

struct sockaddr_in sin
 

Definition at line 122 of file http.h.

Referenced by __ast_http_load(), and init_manager().

struct tls_config* tls_cfg
 

Definition at line 124 of file http.h.

Referenced by make_file_from_fd().

void*(* worker_fn)(void *)
 

Referenced by make_file_from_fd().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen