]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: sample: move code to release a sample expression in sample.c
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 26 Oct 2016 09:34:47 +0000 (11:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 21:57:00 +0000 (22:57 +0100)
commit476e5d0e03e47c8f606ba2e8c13a05570ce7b7d4
tree1a88887bce031c337f96c7d1d853b7486e80d370
parent79bdef3cadaae20c3f3443f9732a7fbc2986b007
REORG: sample: move code to release a sample expression in sample.c

This code has been moved from haproxy.c to sample.c and the function
release_sample_expr can now be called from anywhere to release a sample
expression. This function will be used by the stream processing offload engine
(SPOE).
include/proto/sample.h
src/haproxy.c
src/sample.c