MCPcopy Create free account
hub / github.com/apache/httpd / on_event

Function on_event

modules/md/mod_md.c:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222static apr_status_t on_event(const char *event, const char *mdomain, void *baton,
223 md_job_t *job, md_result_t *result, apr_pool_t *p)
224{
225 (void)mdomain;
226 return notify(job, event, result, p, baton);
227}
228
229/**************************************************************************************************/
230/* store setup */

Callers

nothing calls this directly

Calls 1

notifyFunction · 0.85

Tested by

no test coverage detected