pazpar2  1.6.30
Data Fields
host Struct Reference

Represents a host (irrespective of databases) More...

#include <host.h>

Data Fields

char * url
char * tproxy
char * proxy
char * ipport
struct connectionconnections
struct hostnext
YAZ_MUTEX mutex
YAZ_COND cond_ready

Detailed Description

Represents a host (irrespective of databases)

Definition at line 28 of file host.h.

Field Documentation

YAZ_COND host::cond_ready
struct connection* host::connections
char* host::ipport
YAZ_MUTEX host::mutex
struct host* host::next

Definition at line 34 of file host.h.

Referenced by database_hosts_destroy(), and find_host().

char* host::proxy

Definition at line 31 of file host.h.

Referenced by connection_connect(), create_host(), find_host(), and host_getaddrinfo().

char* host::tproxy

Definition at line 30 of file host.h.

Referenced by connection_connect(), create_host(), and host_getaddrinfo().

char* host::url

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