commit | 1d33b882d20629aa387305abcc045330e82fc3ae | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon May 11 15:25:29 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 11 20:02:11 2015 +0200 |
tree | caa51af28ada3b429fa5fb469de383bd6b2645eb | |
parent | 0a9a2b8cec6186acbea5410469c685022658a4e2 [diff] |
MINOR: sample: fill the struct sample with the options. Options are relative to the sample. Each sample fetched is associated with fetch options or fetch flags. This patch adds the 'opt' vaue in the sample struct. This permits to reduce the sample-fetch function prototype. In other way, the converters will have more detail about the origin of the sample.