commit | 939478d04dcb1ba27875a45a5ea2246707fe1601 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 06 21:08:11 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 16:06:08 2013 +0100 |
tree | 7fc7e381c289ae83567c256dad1136bed6c5f11a | |
parent | 284ddbfd3b45cc162ad98b68595c5569a2fc2ec2 [diff] |
DIET/MINOR: obj: pack the obj_type enum to 8 bits Taking 32-bit in each struct just to store an obj_type is a waste considering the very small amount of possible values. Let's force it to be as small as possible (1 char) and we'll be able to move some structs around to save some space.