_srv_list Struct Reference

representation of a SRV DNS record More...


Data Fields

int priority
char * port
char * host
struct __srv_list * next
struct __srv_list * last


Detailed Description

representation of a SRV DNS record

This structure is used to build an ordered double linked list of SRV DNS records for a service on a domain


Field Documentation

int _srv_list::priority

priority value in this record

char* _srv_list::port

port value in this record

char* _srv_list::host

host name where this record points to

struct __srv_list* _srv_list::next [read]

next value in the list (higher priority value)

struct __srv_list* _srv_list::last [read]

previous value in the list (lower priority value)


The documentation for this struct was generated from the following file:
Generated on Wed Apr 2 03:30:10 2008 for jabberd14 by  doxygen 1.5.3