Kannel: Open Source WAP and SMS gateway  svn-r5335
port Struct Reference

Data Fields

int fd
 
int port
 
int ssl
 
Listclients_with_requests
 
Counteractive_consumers
 
FDSetserver_fdset
 

Detailed Description

Definition at line 2014 of file http.c.

Field Documentation

◆ active_consumers

Counter* port::active_consumers

Definition at line 2019 of file http.c.

Referenced by port_add(), port_get_request(), and port_remove().

◆ clients_with_requests

List* port::clients_with_requests

Definition at line 2018 of file http.c.

Referenced by port_add(), port_get_request(), port_put_request(), and port_remove().

◆ fd

int port::fd

Definition at line 2015 of file http.c.

Referenced by destroy_struct_server(), http_open_port_if(), and server_thread().

◆ port

int port::port

Definition at line 2016 of file http.c.

Referenced by destroy_struct_server(), http_open_port_if(), and server_thread().

◆ server_fdset

FDSet* port::server_fdset

Definition at line 2020 of file http.c.

Referenced by port_add(), port_get_fdset(), port_remove(), port_set_timeout(), and server_thread().

◆ ssl

int port::ssl

Definition at line 2017 of file http.c.

Referenced by http_open_port_if().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.