VLC  3.0.21
Data Fields
vlc_gai_req Struct Reference

Data Fields

const char * name
 
const char * service
 
const struct addrinfo * hints
 
struct addrinfo * result
 
int error
 
vlc_sem_t done
 

Field Documentation

◆ done

vlc_sem_t vlc_gai_req::done

Referenced by vlc_gai_thread().

◆ error

int vlc_gai_req::error

Referenced by vlc_gai_thread().

◆ hints

const struct addrinfo* vlc_gai_req::hints

Referenced by vlc_gai_thread().

◆ name

const char* vlc_gai_req::name

Referenced by vlc_gai_thread().

◆ result

struct addrinfo* vlc_gai_req::result

Referenced by vlc_gai_thread().

◆ service

const char* vlc_gai_req::service

Referenced by vlc_gai_thread().


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