Apache HTTPD
Public Attributes | List of all members
ap_listen_rec Struct Reference

Apache's listeners record. More...

#include <ap_listen.h>

Public Attributes

ap_listen_recnext
 
apr_socket_tsd
 
apr_sockaddr_tbind_addr
 
accept_function accept_func
 
int active
 
const charprotocol
 
ap_slave_tslave
 

Detailed Description

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.

Definition at line 47 of file ap_listen.h.

Member Data Documentation

◆ accept_func

accept_function ap_listen_rec::accept_func

The accept function for this socket

Definition at line 63 of file ap_listen.h.

◆ active

int ap_listen_rec::active

Is this socket currently active

Definition at line 67 of file ap_listen.h.

◆ bind_addr

apr_sockaddr_t* ap_listen_rec::bind_addr

The sockaddr the socket should bind to

Definition at line 59 of file ap_listen.h.

◆ next

ap_listen_rec* ap_listen_rec::next

The next listener in the list

Definition at line 51 of file ap_listen.h.

◆ protocol

const char* ap_listen_rec::protocol

The default protocol for this listening socket.

Definition at line 71 of file ap_listen.h.

◆ sd

apr_socket_t* ap_listen_rec::sd

The actual socket

Definition at line 55 of file ap_listen.h.

◆ slave

ap_slave_t* ap_listen_rec::slave

Definition at line 73 of file ap_listen.h.


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