Apache2
|
Go to the source code of this file.
Data Structures | |
struct | h2_workers |
Typedefs | |
typedef struct h2_workers | h2_workers |
Functions | |
h2_workers * | h2_workers_create (server_rec *s, apr_pool_t *pool, int min_size, int max_size, int idle_secs) |
apr_status_t | h2_workers_register (h2_workers *workers, struct h2_mplx *m) |
apr_status_t | h2_workers_unregister (h2_workers *workers, struct h2_mplx *m) |
typedef struct h2_workers h2_workers |
h2_workers* h2_workers_create | ( | server_rec * | s, |
apr_pool_t * | pool, | ||
int | min_size, | ||
int | max_size, | ||
int | idle_secs | ||
) |
apr_status_t h2_workers_register | ( | h2_workers * | workers, |
struct h2_mplx * | m | ||
) |
apr_status_t h2_workers_unregister | ( | h2_workers * | workers, |
struct h2_mplx * | m | ||
) |
Remove a h2_mplx from the worker registry.