commit | 751e5e21a9b9228dc035bd4c65fe65a043b31f77 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Mar 11 14:57:52 2020 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Wed Mar 11 17:10:40 2020 +0100 |
tree | eedfc46c5da42b55bf66680e3662e9f1e705bd18 | |
parent | 49983a9fe11840e0fc14a96e4097ad56cc2d06c8 [diff] |
MINOR: lists: Implement function to convert list => mt_list and mt_list => list Implement mt_list_to_list() and list_to_mt_list(), to be able to convert from a struct list to a struct mt_list, and vice versa. This is normally of no use, except for struct connection's list field, that can go in either a struct list or a struct mt_list.