]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: samples: add a function to fetch and convert any sample to a string
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Dec 2012 23:02:32 +0000 (00:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Dec 2012 16:57:24 +0000 (17:57 +0100)
commite7ad4bb2f0c667c5ffe3953d59b4203a0c12fb30
tree047ad3b4f75bfc83054ba5bcb1677f69bd28f154
parentd167e6d9fb6125dc3f4138aa8bc764aa88a8bc6a
MINOR: samples: add a function to fetch and convert any sample to a string

Any sample type can now easily be converted to a string that can be used
anywhere. This will be used for logging and passing information in headers.
include/proto/sample.h
src/sample.c