OPTIM/MINOR: proxy: reduce struct proxy by 48 bytes on 64-bit archs
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Aug 2014 12:36:36 +0000 (14:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Aug 2014 13:08:14 +0000 (15:08 +0200)
commit4edd6836fcb5e89a44c6c3fe8b6baadf1c3897ee
tree995b7987ef3651978877893fae820c25fc6f238b
parent328fb58d745c03a0dc706da9e2fcd4e9f860a14b
OPTIM/MINOR: proxy: reduce struct proxy by 48 bytes on 64-bit archs

Just by moving a few struct members around, we can avoid 32-bit holes
between 64-bit pointers and shrink the struct size by 48 bytes. That's
not huge but that's for free, so let's do it.
include/types/proxy.h