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

Function md_event_init

modules/md/md_event.c:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void md_event_init(apr_pool_t *p)
44{
45 memset(&EVNT, 0, sizeof(EVNT));
46 EVNT.p = p;
47 apr_pool_cleanup_register(p, NULL, cleanup_setup, apr_pool_cleanup_null);
48}
49
50void md_event_subscribe(md_event_cb *cb, void *baton)
51{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected