]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: add mworker_accept_wrapper to 'show fd'
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 20 Nov 2018 16:36:51 +0000 (17:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 10:42:51 +0000 (11:42 +0100)
commitdb6bdfbf684e3f25f3bd0895038c41877d89480f
tree77ddc7d313455c1b97596af4de7a1f421e79da2b
parente2c78cd3e8142751ee6d81fc6055955fd129e51b
MINOR: cli: add mworker_accept_wrapper to 'show fd'

In the output of 'show fd', the worker CLI's socketpair was still
handled by an "unknown" function. That can be really confusing during
debug. Fixed it by showing "mworker_accept_wrapper" instead.
include/types/global.h
src/cli.c