MINOR: stream: export the function 'smp_create_src_stkctr'

Could be useful outside of this file.
This commit is contained in:
Dragan Dosen 2016-06-13 12:47:57 +02:00 committed by Willy Tarreau
parent 0ea4c23ca7
commit e984a0e4fb
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ void sess_change_server(struct stream *sess, struct server *newsrv);
struct task *process_stream(struct task *t); struct task *process_stream(struct task *t);
void default_srv_error(struct stream *s, struct stream_interface *si); 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_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 parse_track_counters(char **args, int *arg,
int section_type, struct proxy *curpx, int section_type, struct proxy *curpx,
struct track_ctr_prm *prm, struct track_ctr_prm *prm,