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

Function md_reg_set_renew_window_default

modules/md/md_reg.c:1394–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392}
1393
1394void md_reg_set_renew_window_default(md_reg_t *reg, md_timeslice_t *renew_window)
1395{
1396 *reg->renew_window = *renew_window;
1397}
1398
1399void md_reg_set_warn_window_default(md_reg_t *reg, md_timeslice_t *warn_window)
1400{

Callers 1

merge_mds_with_confFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected