mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 13:51:26 +02:00
[MINOR] declare process_session in session.h, not proto_http.h
This commit is contained in:
parent
8f6457c5bb
commit
e43d42490a
@ -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)])
|
#define HTTP_IS_VER_TOKEN(x) (http_is_ver_token[(unsigned char)(x)])
|
||||||
|
|
||||||
int event_accept(int fd);
|
int event_accept(int fd);
|
||||||
void process_session(struct task *t, int *next);
|
|
||||||
int process_cli(struct session *t);
|
int process_cli(struct session *t);
|
||||||
int process_srv_data(struct session *t);
|
int process_srv_data(struct session *t);
|
||||||
int process_srv_conn(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 session_process_counters(struct session *s);
|
||||||
void sess_change_server(struct session *sess, struct server *newsrv);
|
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)
|
static void inline trace_term(struct session *s, unsigned int code)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user