VLC  4.0.0-dev
Data Fields
httpd_host_t Struct Reference
Collaboration diagram for httpd_host_t:
Collaboration graph
[legend]

Data Fields

struct vlc_object_t obj
 
struct vlc_list node
 
atomic_uint ref
 
int * fds
 
unsigned nfd
 
unsigned port
 
vlc_thread_t thread
 
vlc_mutex_t lock
 
vlc_cond_t wait
 
struct vlc_list urls
 
size_t client_count
 
struct vlc_list clients
 
vlc_tls_server_tp_tls
 

Field Documentation

◆ client_count

size_t httpd_host_t::client_count

◆ clients

struct vlc_list httpd_host_t::clients

◆ fds

int* httpd_host_t::fds

◆ lock

vlc_mutex_t httpd_host_t::lock

◆ nfd

unsigned httpd_host_t::nfd

Referenced by httpd_HostCreate(), and httpdLoop().

◆ node

struct vlc_list httpd_host_t::node

◆ obj

struct vlc_object_t httpd_host_t::obj

◆ p_tls

vlc_tls_server_t* httpd_host_t::p_tls

◆ port

unsigned httpd_host_t::port

Referenced by httpd_HostCreate().

◆ ref

atomic_uint httpd_host_t::ref

◆ thread

vlc_thread_t httpd_host_t::thread

◆ urls

struct vlc_list httpd_host_t::urls

◆ wait

vlc_cond_t httpd_host_t::wait

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