commit | 6879ad31a57f789934409ff4f2530ab1a1fceb7e | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon May 11 11:54:58 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 11 20:00:03 2015 +0200 |
tree | 0e4ffdf398bc4b6b932aadf01764ab0b0fc905c4 | |
parent | bbfb6c40854925367ae5f9e8b22c5c9a18dc69d5 [diff] |
MEDIUM: sample: fill the struct sample with the session, proxy and stream pointers Some sample analyzer (sample-fetch or converters) needs to known the proxy, session and stream attached to the sampel. The sample-fetches and the converters function pointers cannot be called without these 3 pointers filled. This patch permits to reduce the sample-fetch and the converters called prototypes, and provides a new mean to add information for this type of functions.