Codename Pineapple

Home page | Mailing list | Docs

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

Asterisk developer's documentation :: Codename Pineapple


server_instance Struct Reference

#include <http.h>

Collaboration diagram for server_instance:

Collaboration graph
[legend]

Detailed Description

describes a server instance

Definition at line 110 of file http.h.

Data Fields

FILE * f
int fd
server_argsparent
sockaddr_in requestor
SSLssl


Field Documentation

FILE* f
 

Definition at line 111 of file http.h.

Referenced by httpd_helper_thread(), make_file_from_fd(), and session_do().

int fd
 

Definition at line 112 of file http.h.

Referenced by make_file_from_fd(), and session_do().

struct server_args* parent
 

Definition at line 115 of file http.h.

Referenced by make_file_from_fd().

struct sockaddr_in requestor
 

Definition at line 114 of file http.h.

Referenced by httpd_helper_thread(), and session_do().

SSL* ssl
 

Definition at line 113 of file http.h.

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