]> git.kaiwu.me - haproxy.git/commit
MINOR: stream-int: expand the flags to 32-bit
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Nov 2018 09:53:42 +0000 (10:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:41:45 +0000 (21:41 +0100)
commita44e576f62d68d937fefff4004b8d5631ede4f15
tree1a62b42fedd269cf8546ab09375f147096926a24
parent89b6a2b4fda235acffcf62007cf34ce2214cd3e7
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.
include/types/stream_interface.h