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

Function hm_update_stat

modules/cluster/mod_heartmonitor.c:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 return APR_SUCCESS;
397}
398static apr_status_t hm_update_stat(hm_ctx_t *ctx, hm_server_t *s, apr_pool_t *pool)
399{
400 if (slotmem)
401 return hm_slotmem_update_stat(s, pool);
402 else
403 return hm_file_update_stat(ctx, s, pool);
404}
405
406/* Store in a file */
407static apr_status_t hm_file_update_stats(hm_ctx_t *ctx, apr_pool_t *p)

Callers 1

hm_handlerFunction · 0.85

Calls 2

hm_slotmem_update_statFunction · 0.85
hm_file_update_statFunction · 0.85

Tested by

no test coverage detected