構造体 ap_listen_rec
[Apache Listeners Library]

Apache's listeners record. [詳細]

#include <ap_listen.h>


変数

ap_listen_recnext
apr_socket_tsd
apr_sockaddr_tbind_addr
accept_function accept_func
int active
const char * protocol


説明

Apache's listeners record.

These are used in the Multi-Processing Modules to setup all of the sockets for the MPM to listen to and accept on.


構造体

accept_function ap_listen_rec::accept_func

The accept function for this socket

int ap_listen_rec::active

Is this socket currently active

apr_sockaddr_t* ap_listen_rec::bind_addr

The sockaddr the socket should bind to

ap_listen_rec* ap_listen_rec::next

The next listener in the list

const char* ap_listen_rec::protocol

The default protocol for this listening socket.

apr_socket_t* ap_listen_rec::sd

The actual socket


この構造体の説明は次のファイルから生成されました:
Apacheに対してSun Jul 19 22:05:32 2009に生成されました。  doxygen 1.4.7