commit | 83215a44b8ce6b6a8d4c132c70bc2a888ff46f3d | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Sun Sep 24 11:26:02 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 03:44:11 2017 +0100 |
tree | 383b0e6245bf9234d0bb1622f50f2fa95d2bd22e | |
parent | 2a97966b08f9d577236aaf3482489fc08422ecd2 [diff] |
MEDIUM: lists: list_for_each_entry{_safe}_from functions Add list_for_each_entry_from and list_for_each_entry_safe_from which allows to iterate in a list starting from a specific item.