]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: lists: list_for_each_entry{_safe}_from functions
authorWilliam Lallemand <wlallemand@haproxy.com>
Sun, 24 Sep 2017 09:26:02 +0000 (11:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 02:44:11 +0000 (03:44 +0100)
commit83215a44b8ce6b6a8d4c132c70bc2a888ff46f3d
tree383b0e6245bf9234d0bb1622f50f2fa95d2bd22e
parent2a97966b08f9d577236aaf3482489fc08422ecd2
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.
include/common/mini-clist.h