commit | d7f331c8b87fbc0aa83cdbf6c9f1d37feca2b151 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 25 17:01:43 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 11:27:30 2020 +0200 |
tree | 06989e0e782a78a4ff4e32417652270f8ae84d6e | |
parent | dae06927178875c95368ec9af19686dac9da1b32 [diff] |
MINOR: protocol: rename the ->listeners field to ->receivers Since the listeners were split into receiver+listener, this field ought to have been renamed because it's confusing. It really links receivers and not listeners, as most of the time it's used via rx.proto_list! The nb_listeners field was updated accordingly.