mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-17 08:54:41 +00:00
47860ed505
Since last cleanups, this one was only used to carry a struct channel. Removing it makes the code a bit cleaner (no more chn->chn) and easier to follow (no more abstraction for a common type). Interestingly it happens to also make the Lua code slightly faster (about 1.5%) when using channels, probably thanks to less pointer dereferences and maybe the use of lua_pushlightuserdata(). |
||
---|---|---|
.. | ||
common | ||
import | ||
proto | ||
types |