Apache2
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

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)

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 
)

◆ md_event_init()

void md_event_init ( apr_pool_t p)

◆ 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 
)

◆ md_event_subscribe()

void md_event_subscribe ( md_event_cb cb,
void *  baton 
)