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

Function job_result_holler

modules/md/md_status.c:593–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593static void job_result_holler(md_result_t *result, void *data, const char *event, apr_pool_t *p)
594{
595 md_job_result_ctx *ctx = data;
596 if (result == ctx->job->observing) {
597 md_event_holler(event, ctx->job->mdomain, ctx->job, result, p);
598 }
599}
600
601static void job_observation_start(md_job_t *job, md_result_t *result, md_store_t *store)
602{

Callers

nothing calls this directly

Calls 1

md_event_hollerFunction · 0.85

Tested by

no test coverage detected