| 591 | } |
| 592 | |
| 593 | static 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 | |
| 601 | static void job_observation_start(md_job_t *job, md_result_t *result, md_store_t *store) |
| 602 | { |
nothing calls this directly
no test coverage detected