]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: polling: rename "fd_spec" to "fd_cache"
authorWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 18:10:48 +0000 (19:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 23:42:29 +0000 (00:42 +0100)
commit16f649c82c8119d28d4b9e8c926772f20211c857
treea359106c09eb7e9ee199d82492ebed92b4a8b7de
parent15a4dec87eac29b45182e0927114d98c7e147d97
REORG: polling: rename "fd_spec" to "fd_cache"

So fd_spec was renamed "fd_cache" as it's becoming an event cache, and
fd_nbspec becomes fd_cache_num.
include/proto/fd.h
src/dumpstats.c
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/fd.c