|
Apache HTTPD
|
#include <apr_memcache.h>
Public Attributes | |
| const char * | host |
| apr_port_t | port |
| apr_memcache_server_status_t | status |
| apr_memcache_conn_t * | conn |
| apr_pool_t * | p |
| apr_time_t | btime |
Definition at line 60 of file apr_memcache.h.
| apr_time_t apr_memcache_server_t::btime |
Pool to use for private allocations
Definition at line 74 of file apr_memcache.h.
| apr_memcache_conn_t* apr_memcache_server_t::conn |
Definition at line 68 of file apr_memcache.h.
Hostname of this Server
Definition at line 62 of file apr_memcache.h.
| apr_pool_t* apr_memcache_server_t::p |
Definition at line 70 of file apr_memcache.h.
| apr_port_t apr_memcache_server_t::port |
Port of this Server
Definition at line 63 of file apr_memcache.h.
| apr_memcache_server_status_t apr_memcache_server_t::status |
Definition at line 64 of file apr_memcache.h.