haproxy/include
Willy Tarreau 378e041797 OPTIM: connection: pack the struct target
The struct target contains one int and one pointer, causing it to be
64-bit aligned on 64-bit platforms. By marking it "packed", we can
save 8 bytes in struct connection and as many in struct session on
such platforms.
2012-10-13 14:33:58 +02:00
..
common MAJOR: channel: replace the struct buffer with a pointer to a buffer 2012-10-13 09:07:52 +02:00
import
proto CLEANUP: session: remove term_trace which is not used anymore 2012-10-13 11:10:30 +02:00
types OPTIM: connection: pack the struct target 2012-10-13 14:33:58 +02:00