]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: sample: Add type any
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 3 Jun 2015 18:12:35 +0000 (20:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Jun 2015 20:59:14 +0000 (22:59 +0200)
commit9c627e84b2cc70bb2c4ffc6550fa59d81e300ae5
tree3f4342057b19f4a3bd7487fa05d236b50dab2c8d
parent0f811440d5597686bf529dc53ba8fa4fdfe0650c
MEDIUM: sample: Add type any

This type is used to accept any type of sample as input, and prevent
any automatic "cast". It runs like the type "ADDR" which accept the
type "IPV4" and "IPV6".
include/types/sample.h
src/sample.c