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

Function md_event_holler

modules/md/md_event.c:78–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void md_event_holler(const char *event,
79 const char *mdomain,
80 struct md_job_t *job,
81 struct md_result_t *result,
82 apr_pool_t *p)
83{
84 md_subscription *sub = EVNT.subs;
85 while (sub) {
86 sub->cb(event, mdomain, sub->baton, job, result, p);
87 sub = sub->next;
88 }
89}

Callers 4

ostat_on_req_statusFunction · 0.85
process_drive_jobFunction · 0.85
job_result_hollerFunction · 0.85
run_load_stagingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected