mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-20 06:08:33 +02:00
MINOR: stream: Uninline and export sess_set_term_flags() function
This function will be used to set termination flags on TCP streams from outside of process_stream(). Thus, it must be uninlined and exported.
This commit is contained in:
@@ -387,6 +387,7 @@ static inline int stream_check_conn_timeout(struct stream *s)
|
||||
|
||||
int stream_set_timeout(struct stream *s, enum act_timeout_name name, int timeout);
|
||||
void stream_retnclose(struct stream *s, const struct buffer *msg);
|
||||
void sess_set_term_flags(struct stream *s);
|
||||
|
||||
void service_keywords_register(struct action_kw_list *kw_list);
|
||||
struct action_kw *service_find(const char *kw);
|
||||
|
||||
Reference in New Issue
Block a user