Apache2
md_proto_driver_t Struct Reference

#include <md_reg.h>

Collaboration diagram for md_proto_driver_t:

Data Fields

const md_proto_tproto
 
apr_pool_tp
 
void * baton
 
struct apr_table_tenv
 
md_reg_treg
 
md_store_tstore
 
const char * proxy_url
 
const char * ca_file
 
const md_tmd
 
int can_http
 
int can_https
 
int reset
 
int attempt
 
int retry_failover
 
apr_interval_time_t activation_delay
 

Detailed Description

Operating environment for a protocol driver. This is valid only for the duration of one run (init + renew, init + preload).

Field Documentation

◆ activation_delay

apr_interval_time_t md_proto_driver_t::activation_delay

◆ attempt

int md_proto_driver_t::attempt

◆ baton

void* md_proto_driver_t::baton

◆ ca_file

const char* md_proto_driver_t::ca_file

◆ can_http

int md_proto_driver_t::can_http

◆ can_https

int md_proto_driver_t::can_https

◆ env

struct apr_table_t* md_proto_driver_t::env

◆ md

const md_t* md_proto_driver_t::md

◆ p

apr_pool_t* md_proto_driver_t::p

◆ proto

const md_proto_t* md_proto_driver_t::proto

◆ proxy_url

const char* md_proto_driver_t::proxy_url

◆ reg

md_reg_t* md_proto_driver_t::reg

◆ reset

int md_proto_driver_t::reset

◆ retry_failover

int md_proto_driver_t::retry_failover

◆ store

md_store_t* md_proto_driver_t::store

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