]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern/map: Maps can returns various types
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 19 Aug 2015 07:05:25 +0000 (09:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:46 +0000 (17:13 +0200)
commit7d4335c935091b3daf670012860d5fa38313241d
tree479babee0dcb95defea074b0e27c0a326d25c38c
parent5cc18d46f334e15e2d0d62d4be9e06b27e928d7a
MEDIUM: pattern/map: Maps can returns various types

A map can store and return various types as output. The only one example is the
IPv4 and IPv6 types. The previous patch remove the type from the sample storage
struct and use the conoverter output type, expecting that all entries of the
map have the same type.

This will be wrong when the maps will support both IPv4 and IPv6 as output.
include/types/applet.h
src/dumpstats.c