Apache HTTPD
Public Attributes | List of all members
apr_memcache_t Struct Reference

#include <apr_memcache.h>

Public Attributes

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
 

Detailed Description

Container for a set of memcached servers

Definition at line 98 of file apr_memcache.h.

Member Data Documentation

◆ flags

apr_uint32_t apr_memcache_t::flags

Flags, Not currently used

Definition at line 100 of file apr_memcache.h.

◆ hash_baton

void* apr_memcache_t::hash_baton

Pool to use for allocations

Definition at line 105 of file apr_memcache.h.

◆ hash_func

apr_memcache_hash_func apr_memcache_t::hash_func

Definition at line 106 of file apr_memcache.h.

◆ live_servers

apr_memcache_server_t** apr_memcache_t::live_servers

Array of Servers

Definition at line 103 of file apr_memcache.h.

◆ nalloc

apr_uint16_t apr_memcache_t::nalloc

Number of Servers Allocated

Definition at line 101 of file apr_memcache.h.

◆ ntotal

apr_uint16_t apr_memcache_t::ntotal

Number of Servers Added

Definition at line 102 of file apr_memcache.h.

◆ p

apr_pool_t* apr_memcache_t::p

Definition at line 104 of file apr_memcache.h.

◆ server_baton

void* apr_memcache_t::server_baton

Definition at line 107 of file apr_memcache.h.

◆ server_func

apr_memcache_server_func apr_memcache_t::server_func

Definition at line 108 of file apr_memcache.h.


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