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

#include <apr_redis.h>

Public Attributes

apr_uint32_t flags
 
apr_uint16_t nalloc
 
apr_uint16_t ntotal
 
apr_redis_server_t ** live_servers
 
apr_pool_tp
 
void * hash_baton
 
apr_redis_hash_func hash_func
 
void * server_baton
 
apr_redis_server_func server_func
 

Detailed Description

Container for a set of redis servers

Definition at line 120 of file apr_redis.h.

Member Data Documentation

◆ flags

apr_uint32_t apr_redis_t::flags

Flags, Not currently used

Definition at line 122 of file apr_redis.h.

◆ hash_baton

void* apr_redis_t::hash_baton

Pool to use for allocations

Definition at line 127 of file apr_redis.h.

◆ hash_func

apr_redis_hash_func apr_redis_t::hash_func

Definition at line 128 of file apr_redis.h.

◆ live_servers

apr_redis_server_t** apr_redis_t::live_servers

Array of Servers

Definition at line 125 of file apr_redis.h.

◆ nalloc

apr_uint16_t apr_redis_t::nalloc

Number of Servers Allocated

Definition at line 123 of file apr_redis.h.

◆ ntotal

apr_uint16_t apr_redis_t::ntotal

Number of Servers Added

Definition at line 124 of file apr_redis.h.

◆ p

apr_pool_t* apr_redis_t::p

Definition at line 126 of file apr_redis.h.

◆ server_baton

void* apr_redis_t::server_baton

Definition at line 129 of file apr_redis.h.

◆ server_func

apr_redis_server_func apr_redis_t::server_func

Definition at line 130 of file apr_redis.h.


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