commit | f0d4dff25cebe8d426491c3f00f1ae775235da8a | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Mar 06 18:12:03 2020 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Mar 19 22:07:33 2020 +0100 |
tree | 64f04911d2fba95e4e6b477ef85a869f27985a67 | |
parent | 00bdce24d5aabcd5e4cb69c70207278497ad4552 [diff] |
MINOR: connections: Make the "list" element a struct mt_list instead of list. Make the "list" element a struct mt_list, and explicitely use list_from_mt_list to get a struct list * where it is used as such, so that mt_list_for_each_entry will be usable with it.