mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
[MINOR] declare process_session in session.h, not proto_http.h
This commit is contained in:
parent
8f6457c5bb
commit
e43d42490a
2 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ extern const char http_is_ver_token[256];
|
|||
#define HTTP_IS_VER_TOKEN(x) (http_is_ver_token[(unsigned char)(x)])
|
||||
|
||||
int event_accept(int fd);
|
||||
void process_session(struct task *t, int *next);
|
||||
int process_cli(struct session *t);
|
||||
int process_srv_data(struct session *t);
|
||||
int process_srv_conn(struct session *t);
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ int init_session();
|
|||
|
||||
void session_process_counters(struct session *s);
|
||||
void sess_change_server(struct session *sess, struct server *newsrv);
|
||||
void process_session(struct task *t, int *next);
|
||||
|
||||
static void inline trace_term(struct session *s, unsigned int code)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue