mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-11 14:53:05 -05:00
The subscriber used to be passed as a "void *param" that was systematically cast to a struct wait_event*. By now it appears clear that the subscribe() call at every layer is well defined and always takes a pointer to an event subscriber of type wait_event, so let's enforce this in the functions' prototypes, remove the intermediary variables used to cast it and clean up the comments to clarify what all these functions do in their context. |
||
|---|---|---|
| .. | ||
| common | ||
| import | ||
| proto | ||
| types | ||