]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: filters: Simplify calls to analyzers using 2 new macros
authorChristopher Faulet <cfaulet@qualys.com>
Wed, 11 May 2016 15:06:28 +0000 (17:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 May 2016 13:11:54 +0000 (15:11 +0200)
commita9215b7206eed42cc777d319735967e9b09190af
tree7b22137c94dee3b117ab657f9d4274350af2049b
parent1339d744d5953de5630ee9526470a9843ff5dd2f
MINOR: filters: Simplify calls to analyzers using 2 new macros

Now, to call an analyzer in 'process_stream' function, we should use
FLT_ANALAYZE or ANALYZE macros, depending if this is a filterable analyzer or
not.
include/proto/filters.h
src/stream.c