Apache2
|
#include <apr_memcache.h>
Data Fields | |
const char * | host |
apr_port_t | port |
apr_memcache_server_status_t | status |
apr_reslist_t * | conns |
apr_pool_t * | p |
apr_thread_mutex_t * | lock |
apr_time_t | btime |
int | min |
int | smax |
int | max |
apr_interval_time_t | ttl |
apr_time_t apr_memcache_server_t::btime |
apr_reslist_t* apr_memcache_server_t::conns |
Resource list of actual client connections
const char* apr_memcache_server_t::host |
Hostname of this Server
apr_thread_mutex_t* apr_memcache_server_t::lock |
Pool to use for private allocations
int apr_memcache_server_t::max |
int apr_memcache_server_t::min |
Resource list parameters
apr_pool_t* apr_memcache_server_t::p |
apr_port_t apr_memcache_server_t::port |
Port of this Server
int apr_memcache_server_t::smax |
apr_memcache_server_status_t apr_memcache_server_t::status |
apr_interval_time_t apr_memcache_server_t::ttl |