commit | 4edd6836fcb5e89a44c6c3fe8b6baadf1c3897ee | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 28 14:36:36 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 28 15:08:14 2014 +0200 |
tree | 995b7987ef3651978877893fae820c25fc6f238b | |
parent | 328fb58d745c03a0dc706da9e2fcd4e9f860a14b [diff] |
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.