PostgreSQL Source Code  git master
AddrInfo Struct Reference

#include <pqcomm.h>

Data Fields

int family
 
SockAddr addr
 

Detailed Description

Definition at line 36 of file pqcomm.h.

Field Documentation

◆ addr

SockAddr AddrInfo::addr

Definition at line 39 of file pqcomm.h.

Referenced by PQconnectPoll(), and store_conn_addrinfo().

◆ family

int AddrInfo::family

Definition at line 38 of file pqcomm.h.

Referenced by PQconnectPoll(), and store_conn_addrinfo().


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