VLC  3.0.21
Data Fields
sap_address_t Struct Reference
Collaboration diagram for sap_address_t:
Collaboration graph
[legend]

Data Fields

struct sap_address_tnext
 
vlc_thread_t thread
 
vlc_mutex_t lock
 
vlc_cond_t wait
 
char group [64]
 
struct sockaddr_storage orig
 
socklen_t origlen
 
int fd
 
unsigned interval
 
unsigned session_count
 
session_descriptor_tfirst
 

Field Documentation

◆ fd

int sap_address_t::fd

◆ first

session_descriptor_t* sap_address_t::first

◆ group

char sap_address_t::group[64]

◆ interval

unsigned sap_address_t::interval

Referenced by AddressCreate(), and RunThread().

◆ lock

vlc_mutex_t sap_address_t::lock

◆ next

struct sap_address_t* sap_address_t::next

◆ 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

◆ thread

vlc_thread_t sap_address_t::thread

Referenced by AddressCreate(), and AddressDestroy().

◆ wait

vlc_cond_t sap_address_t::wait

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