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

Data Fields

struct vlc_list node
 
vlc_thread_t thread
 
vlc_cond_t wait
 
char group [64]
 
struct sockaddr_storage orig
 
socklen_t origlen
 
int fd
 
unsigned interval
 
unsigned session_count
 
struct vlc_list sessions
 

Field Documentation

◆ fd

int sap_address_t::fd

◆ group

char sap_address_t::group[64]

◆ interval

unsigned sap_address_t::interval

Referenced by AddressCreate(), and RunThread().

◆ node

struct vlc_list sap_address_t::node

◆ orig

struct sockaddr_storage sap_address_t::orig

◆ origlen

socklen_t sap_address_t::origlen

Referenced by AddressCreate().

◆ session_count

unsigned sap_address_t::session_count

◆ sessions

struct vlc_list sap_address_t::sessions

◆ thread

vlc_thread_t sap_address_t::thread

◆ wait

vlc_cond_t sap_address_t::wait

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