commit | ce83b4a5dd48c000dec68f9d551945d21e9ac7ac | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Oct 26 14:47:30 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 28 13:51:38 2018 +0100 |
tree | 76639734e1e7f09e4a9f118efdcea0745d5cb262 | |
parent | f1a62860c83a8492bdbd673c8ee6a3607c051d5b [diff] |
MEDIUM: mworker: each worker socketpair is a CLI listener The init code of the mworker_proc structs has been moved before the init of the listeners. Each socketpair is now connected to a CLI within the workers, which allows the master to access their CLI. The inherited flag of the worker side socketpair is removed so the socket can be closed in the master.