]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: make "show fd" report the fd's thread mask
authorWilly Tarreau <w@1wt.eu>
Fri, 10 Nov 2017 15:53:09 +0000 (16:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Nov 2017 15:53:09 +0000 (16:53 +0100)
commit5d9846f4b3b4b92fca7fd49eb1007a0e9c18dd74
tree3c0d626998dbcd73b79cb5e2ef97c80381266cbf
parent28b55c6fed212d0bf8f162360d1e5578c02d5ce2
MINOR: cli: make "show fd" report the fd's thread mask

This is useful to know what thread(s) an fd is scheduled to be
handled on. It's worth noting that at the moment the "show fd"d
doesn't seem totally thread-safe.
src/cli.c