]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: dumpstats: Display error message during add of values.
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 29 Jan 2014 18:08:49 +0000 (19:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commit364cfdff7af8dbb7d0e2ab10f92f86bae7a6c7a5
treed316fb0eb6573d227895fe7e01f5959d7d6b5e40
parent9860c412587a3476b12397489fe75137dd08d271
MEDIUM: dumpstats: Display error message during add of values.

This patch adds new display type. This display returns allocated string,
when the string is flush into buffers, it is freed. This permit to
return the content of "memprintf(err, ...)" messages.

The pat_ref_add functions has changed to return error.
include/proto/pattern.h
include/types/stream_interface.h
src/dumpstats.c
src/pattern.c