mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-21 13:16:57 +00:00
A long time ago when peers were introduced, there was no applet nor applet context. Applet contexts were introduced but the peers still did not make use of them and the "ptr" pointer remains present in every stream interface in addition to the other contexts. Simply move this pointer to its own location in the context. Note that this pointer is still a void* because its type and contents varies depending on the peers session state. Probably that this could be cleaned up in the future given that all other contexts already store much more than a single pointer. |
||
---|---|---|
.. | ||
common | ||
import | ||
proto | ||
types |