Go to the source code of this file.
Functions | |
| int | backend_create (const char *proto, u_config_t *config, backend_t **pbe) |
| int | backend_serve (backend_t *be, int fd) |
| int | backend_free (backend_t *be) |
Variables | |
| backend_t | be_http |
| backend_t * | backend_list [] |
| int backend_create | ( | const char * | proto, | |
| u_config_t * | config, | |||
| backend_t ** | pbe | |||
| ) |