commit | 6a2cf8752c160d263aa57ef97e708d633ff865e6 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Apr 25 15:10:30 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 06 06:25:49 2018 +0200 |
tree | 8e41675c207c569dacacb5b02229793600da584d | |
parent | 9b36cb4a414c22e13d344afbbe70684e9f2f1d49 [diff] |
MINOR: fd: Make the lockless fd list work with multiple lists. Modify fd_add_to_fd_list() and fd_rm_from_fd_list() so that they take an offset in the fdtab to the list entry, instead of hardcoding the fd cache, so we can use them with other lists.