Apache2
apr_memcache_server_t Struct Reference

#include <apr_memcache.h>

Collaboration diagram for apr_memcache_server_t:

Data Fields

const char * host
 
apr_port_t port
 
apr_memcache_server_status_t status
 
apr_reslist_tconns
 
apr_pool_tp
 
apr_thread_mutex_tlock
 
apr_time_t btime
 
int min
 
int smax
 
int max
 
apr_interval_time_t ttl
 

Field Documentation

◆ btime

apr_time_t apr_memcache_server_t::btime

◆ conns

apr_reslist_t* apr_memcache_server_t::conns

Resource list of actual client connections

◆ host

const char* apr_memcache_server_t::host

Hostname of this Server

◆ lock

apr_thread_mutex_t* apr_memcache_server_t::lock

Pool to use for private allocations

◆ max

int apr_memcache_server_t::max

◆ min

int apr_memcache_server_t::min

Resource list parameters

◆ p

apr_pool_t* apr_memcache_server_t::p

◆ port

apr_port_t apr_memcache_server_t::port

Port of this Server

◆ smax

int apr_memcache_server_t::smax

◆ status

apr_memcache_server_status_t apr_memcache_server_t::status

◆ ttl

apr_interval_time_t apr_memcache_server_t::ttl

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