haproxy/include
Christopher Faulet bc1f54b0fc MINOR: mini-clist: Add functions to iterate backward on a list
list_for_each_entry_rev() and list_for_each_entry_from_rev() and corresponding
safe versions have been added to iterate on a list in the reverse order. All
these functions work the same way than the forward versions, except they use the
.p field to move for an element to another.
2020-04-27 09:39:37 +02:00
..
common MINOR: mini-clist: Add functions to iterate backward on a list 2020-04-27 09:39:37 +02:00
import
proto CLEANUP: assorted typo fixes in the code and comments 2020-04-17 09:37:36 +02:00
types BUG/MINOR: check: Update server address and port to execute an external check 2020-04-27 09:39:13 +02:00