]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: polling: rename the cache allocation functions
authorWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 18:20:35 +0000 (19:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 23:42:29 +0000 (00:42 +0100)
commit899d95757e74c57feaff9fe0dd62c3327d5681ba
tree5872b0c4435bb97a59e5baeb10862f35a3f4a946
parent16f649c82c8119d28d4b9e8c926772f20211c857
REORG: polling: rename the cache allocation functions

- alloc_spec_entry() becomes fd_alloc_cache_entry()
- release_spec_entry() becomes fd_release_cache_entry()
include/proto/fd.h
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/fd.c