From e984a0e4fb4cf04b5e58c9d6d34fa44cf4f1971e Mon Sep 17 00:00:00 2001 From: Dragan Dosen Date: Mon, 13 Jun 2016 12:47:57 +0200 Subject: [PATCH] MINOR: stream: export the function 'smp_create_src_stkctr' Could be useful outside of this file. --- include/proto/stream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/proto/stream.h b/include/proto/stream.h index 1360f2868..02ac0f8fc 100644 --- a/include/proto/stream.h +++ b/include/proto/stream.h @@ -49,6 +49,7 @@ void sess_change_server(struct stream *sess, struct server *newsrv); struct task *process_stream(struct task *t); void default_srv_error(struct stream *s, struct stream_interface *si); struct stkctr *smp_fetch_sc_stkctr(struct session *sess, struct stream *strm, const struct arg *args, const char *kw); +struct stkctr *smp_create_src_stkctr(struct session *sess, struct stream *strm, const struct arg *args, const char *kw); int parse_track_counters(char **args, int *arg, int section_type, struct proxy *curpx, struct track_ctr_prm *prm,