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

#include <apr_redis.h>

Public Attributes

const charhost
 
apr_port_t port
 
apr_redis_server_status_t status
 
apr_redis_conn_tconn
 
apr_pool_tp
 
apr_time_t btime
 
apr_uint32_t rwto
 
struct { 
 
   int   major 
 
   int   minor 
 
   int   patch 
 
   char *   number 
 
version 
 

Detailed Description

Definition at line 75 of file apr_redis.h.

Member Data Documentation

◆ btime

apr_time_t apr_redis_server_t::btime

Pool to use for private allocations

Definition at line 89 of file apr_redis.h.

◆ conn

apr_redis_conn_t* apr_redis_server_t::conn

Definition at line 83 of file apr_redis.h.

◆ host

const char* apr_redis_server_t::host

Hostname of this Server

Definition at line 77 of file apr_redis.h.

◆ major

int apr_redis_server_t::major

Definition at line 93 of file apr_redis.h.

◆ minor

int apr_redis_server_t::minor

Definition at line 94 of file apr_redis.h.

◆ number

char* apr_redis_server_t::number

Definition at line 96 of file apr_redis.h.

◆ p

apr_pool_t* apr_redis_server_t::p

Definition at line 85 of file apr_redis.h.

◆ patch

int apr_redis_server_t::patch

Definition at line 95 of file apr_redis.h.

◆ port

apr_port_t apr_redis_server_t::port

Port of this Server

Definition at line 78 of file apr_redis.h.

◆ rwto

apr_uint32_t apr_redis_server_t::rwto

Definition at line 90 of file apr_redis.h.

◆ status

apr_redis_server_status_t apr_redis_server_t::status
See also
apr_redis_server_status_t

Definition at line 79 of file apr_redis.h.

◆ [struct]

struct { ... } apr_redis_server_t::version

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