__srv_list Struct Reference

representation of a SRV DNS record More...

Data Fields

int priority
char * port
char * host
struct __srv_listnext
struct __srv_listlast

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

host name where this record points to

Referenced by srv_lookup().

struct __srv_list* __srv_list::last [read]

previous value in the list (lower priority value)

Referenced by srv_lookup().

struct __srv_list* __srv_list::next [read]

next value in the list (higher priority value)

Referenced by srv_lookup().

port value in this record

Referenced by srv_lookup().

priority value in this record

Referenced by srv_lookup().


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

Generated on Thu Mar 11 06:00:10 2010 for jabberd14 by  doxygen 1.6.1