commit | 56f73b21a5cf3f685dd79a55a631e3879a9d8923 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Sat Sep 24 15:56:25 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Sat Sep 24 15:56:25 2022 +0200 |
tree | 7338b442064e2c12c8efb569dadc5cfaf0222a52 | |
parent | 21623b59499ac21094b2635b1fa555fec6ffcd3b [diff] [blame] |
MINOR: mworker: stores the mcli_reload bind_conf Stores the mcli_reload bind_conf in order to identify it later.
diff --git a/src/cli.c b/src/cli.c index c0d8efa..1391345 100644 --- a/src/cli.c +++ b/src/cli.c
@@ -85,6 +85,7 @@ extern const char *stat_status_codes[]; struct proxy *mworker_proxy; /* CLI proxy of the master */ +struct bind_conf *mcli_reload_bind_conf; /* CLI context for the "show activity" command */ struct show_activity_ctx {