]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: stream: export the function 'smp_create_src_stkctr'
authorDragan Dosen <ddosen@haproxy.com>
Mon, 13 Jun 2016 10:47:57 +0000 (12:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Jun 2016 19:21:51 +0000 (21:21 +0200)
Could be useful outside of this file.

include/proto/stream.h

index 1360f286856595dfb31a8ecca7cc34c6e147a4d2..02ac0f8fc1076d7ed69ae0f7769c96e1faca067b 100644 (file)
@@ -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,