commit | a44e576f62d68d937fefff4004b8d5631ede4f15 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Nov 14 10:53:42 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:41:45 2018 +0100 |
tree | 1a62b42fedd269cf8546ab09375f147096926a24 | |
parent | 89b6a2b4fda235acffcf62007cf34ce2214cd3e7 [diff] |
MINOR: stream-int: expand the flags to 32-bit We used to have enough of 16 bits, with 3 still available but it's not possible to add the rx/tx blocking bits there. Let's extend the format to 32 bits and slightly reorder the fields to maintain the struct size to 64 bytes. Nothing else was changed.