backend.c File Reference

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_tbackend_list []

Function Documentation

int backend_create ( const char *  proto,
u_config_t *  config,
backend_t **  pbe 
)

Definition at line 52 of file backend.c.

int backend_free ( backend_t be  ) 

Definition at line 136 of file backend.c.

int backend_serve ( backend_t be,
int  fd 
)

Definition at line 122 of file backend.c.


Variable Documentation

Initial value:
 { 
    &be_http, 



    0 }

Definition at line 25 of file backend.c.

Definition at line 968 of file http.c.