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

Public Attributes

apr_pool_tp
 
struct md_store_tstore
 
struct apr_hash_tprotos
 
struct apr_hash_tcerts
 
int can_http
 
int can_https
 
const charproxy_url
 
const charca_file
 
int domains_frozen
 
md_timeslice_trenew_window
 
md_timeslice_twarn_window
 
md_job_notify_cbnotify
 
void * notify_ctx
 
apr_time_t min_delay
 
int retry_failover
 
int use_store_locks
 
apr_time_t lock_wait_timeout
 

Detailed Description

Definition at line 43 of file md_reg.c.

Member Data Documentation

◆ ca_file

const char* md_reg_t::ca_file

Definition at line 51 of file md_reg.c.

◆ can_http

int md_reg_t::can_http

Definition at line 48 of file md_reg.c.

◆ can_https

int md_reg_t::can_https

Definition at line 49 of file md_reg.c.

◆ certs

struct apr_hash_t* md_reg_t::certs

Definition at line 47 of file md_reg.c.

◆ domains_frozen

int md_reg_t::domains_frozen

Definition at line 52 of file md_reg.c.

◆ lock_wait_timeout

apr_time_t md_reg_t::lock_wait_timeout

Definition at line 60 of file md_reg.c.

◆ min_delay

apr_time_t md_reg_t::min_delay

Definition at line 57 of file md_reg.c.

◆ notify

md_job_notify_cb* md_reg_t::notify

Definition at line 55 of file md_reg.c.

◆ notify_ctx

void* md_reg_t::notify_ctx

Definition at line 56 of file md_reg.c.

◆ p

apr_pool_t* md_reg_t::p

Definition at line 44 of file md_reg.c.

◆ protos

struct apr_hash_t* md_reg_t::protos

Definition at line 46 of file md_reg.c.

◆ proxy_url

const char* md_reg_t::proxy_url

Definition at line 50 of file md_reg.c.

◆ renew_window

md_timeslice_t* md_reg_t::renew_window

Definition at line 53 of file md_reg.c.

◆ retry_failover

int md_reg_t::retry_failover

Definition at line 58 of file md_reg.c.

◆ store

struct md_store_t* md_reg_t::store

Definition at line 45 of file md_reg.c.

◆ use_store_locks

int md_reg_t::use_store_locks

Definition at line 59 of file md_reg.c.

◆ warn_window

md_timeslice_t* md_reg_t::warn_window

Definition at line 54 of file md_reg.c.


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