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

#include <apr_memcache.h>

Public Attributes

const charhost
 
apr_port_t port
 
apr_memcache_server_status_t status
 
apr_memcache_conn_tconn
 
apr_pool_tp
 
apr_time_t btime
 

Detailed Description

Definition at line 60 of file apr_memcache.h.

Member Data Documentation

◆ btime

apr_time_t apr_memcache_server_t::btime

Pool to use for private allocations

Definition at line 74 of file apr_memcache.h.

◆ conn

apr_memcache_conn_t* apr_memcache_server_t::conn

Definition at line 68 of file apr_memcache.h.

◆ host

const char* apr_memcache_server_t::host

Hostname of this Server

Definition at line 62 of file apr_memcache.h.

◆ p

apr_pool_t* apr_memcache_server_t::p

Definition at line 70 of file apr_memcache.h.

◆ port

apr_port_t apr_memcache_server_t::port

Port of this Server

Definition at line 63 of file apr_memcache.h.

◆ status

apr_memcache_server_status_t apr_memcache_server_t::status
See also
apr_memcache_server_status_t

Definition at line 64 of file apr_memcache.h.


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