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

Function h2_workers_get_max_workers

modules/http2/h2_workers.c:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543apr_uint32_t h2_workers_get_max_workers(h2_workers *workers)
544{
545 return workers->max_slots;
546}
547
548void h2_workers_shutdown(h2_workers *workers, int graceful)
549{

Callers 1

h2_mplx_c1_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected