Apache HTTPD
Typedefs | Functions
md_event.h File Reference

Go to the source code of this file.

Typedefs

typedef apr_status_t md_event_cb(const char *event, const char *mdomain, void *baton, struct md_job_t *job, struct md_result_t *result, apr_pool_t *p)
 

Functions

void md_event_init (apr_pool_t *p)
 
void md_event_subscribe (md_event_cb *cb, void *baton)
 
apr_status_t md_event_raise (const char *event, const char *mdomain, struct md_job_t *job, struct md_result_t *result, apr_pool_t *p)
 
void md_event_holler (const char *event, const char *mdomain, struct md_job_t *job, struct md_result_t *result, apr_pool_t *p)
 

Typedef Documentation

◆ md_event_cb

Definition at line 23 of file md_event.h.

Function Documentation

◆ md_event_holler()

void md_event_holler ( const char event,
const char mdomain,
struct md_job_t job,
struct md_result_t result,
apr_pool_t p 
)

Definition at line 78 of file md_event.c.

◆ md_event_init()

void md_event_init ( apr_pool_t p)

Definition at line 43 of file md_event.c.

◆ md_event_raise()

apr_status_t md_event_raise ( const char event,
const char mdomain,
struct md_job_t job,
struct md_result_t result,
apr_pool_t p 
)

Definition at line 61 of file md_event.c.

◆ md_event_subscribe()

void md_event_subscribe ( md_event_cb cb,
void *  baton 
)

Definition at line 50 of file md_event.c.