MINOR: connections: Make the "list" element a struct mt_list instead of list.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 6 Mar 2020 17:12:03 +0000 (18:12 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 19 Mar 2020 21:07:33 +0000 (22:07 +0100)
commitf0d4dff25cebe8d426491c3f00f1ae775235da8a
tree64f04911d2fba95e4e6b477ef85a869f27985a67
parent00bdce24d5aabcd5e4cb69c70207278497ad4552
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.
include/proto/connection.h
include/proto/server.h
include/types/connection.h
src/backend.c
src/connection.c
src/mux_fcgi.c
src/mux_h2.c