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

Function md_result_delay_set

modules/md/md_result.c:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void md_result_delay_set(md_result_t *result, apr_time_t ready_at)
139{
140 result->ready_at = ready_at;
141 on_change(result);
142}
143
144md_result_t*md_result_from_json(const struct md_json_t *json, apr_pool_t *p)
145{

Callers 1

acme_renewFunction · 0.85

Calls 1

on_changeFunction · 0.85

Tested by

no test coverage detected