Apache2

#include <apr_memcache.h>

Collaboration diagram for apr_memcache_t:

Data Fields

apr_uint32_t flags
 
apr_uint16_t nalloc
 
apr_uint16_t ntotal
 
apr_memcache_server_t ** live_servers
 
apr_pool_tp
 
void * hash_baton
 
apr_memcache_hash_func hash_func
 
void * server_baton
 
apr_memcache_server_func server_func
 
apr_time_t retry_period
 

Detailed Description

Container for a set of memcached servers

Field Documentation

◆ flags

apr_uint32_t apr_memcache_t::flags

Flags, Not currently used

◆ hash_baton

void* apr_memcache_t::hash_baton

Pool to use for allocations

◆ hash_func

apr_memcache_hash_func apr_memcache_t::hash_func

◆ live_servers

apr_memcache_server_t** apr_memcache_t::live_servers

Array of Servers

◆ nalloc

apr_uint16_t apr_memcache_t::nalloc

Number of Servers Allocated

◆ ntotal

apr_uint16_t apr_memcache_t::ntotal

Number of Servers Added

◆ p

apr_pool_t* apr_memcache_t::p

◆ retry_period

apr_time_t apr_memcache_t::retry_period

Period of time before retrying a dead server

◆ server_baton

void* apr_memcache_t::server_baton

◆ server_func

apr_memcache_server_func apr_memcache_t::server_func

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