commit | 23f352f7d00451212d9580e5e9b74d3ec6e5839e | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Fri Mar 24 17:02:53 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 21 14:36:45 2023 +0200 |
tree | 14acab6186d472154dee40ee8084363f0309eb48 | |
parent | f71e0645c1ad777f111c173d47697e2a65980077 [diff] |
MINOR: server/event_hdl: prepare for server event data wrapper Adding the possibility to publish an event using a struct wrapper around existing SERVER events to provide additional contextual info. Using the specific struct wrapper is not required: it is supported to cast event data as a regular server event data struct so that we don't break the existing API. However, casting event data with a more explicit data type allows to fetch event-only relevant hints.