]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: converters: add a "void *private" argument to converters
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 15 Dec 2014 15:18:39 +0000 (16:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:31 +0000 (23:12 +0100)
commit1edc971919b7ed1905e6e00fa96bef975b18bcde
tree80df00420ebd878213e87f3d1d2bedfe4ca41ddd
parentb83862dd74c27baf45d05542536aa82c803f54bf
MINOR: converters: add a "void *private" argument to converters

This permits to store specific configuration pointer. It is useful
with future Lua integration.
include/types/sample.h
src/map.c
src/proto_http.c
src/sample.c
src/stick_table.c