]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: polling: rename "spec_e" to "state"
authorWilly Tarreau <w@1wt.eu>
Mon, 20 Jan 2014 10:02:59 +0000 (11:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 23:42:28 +0000 (00:42 +0100)
commit69a41fa8a397ec9608ce448e2cef4c7480d18433
tree4c36e04eaa13abbedea35bf64d5ad56c8656642d
parentf1ed327a7af2dd4b34b80e5a575f88f5522e61b1
CLEANUP: polling: rename "spec_e" to "state"

We're completely changing the way FDs will be polled. First, let's fix
a few field names which become confusing. "spec_e" was used to store a
speculative I/O event state. Now we'll store the whole R/W states for
the FD there.
include/proto/fd.h
include/types/fd.h
src/dumpstats.c
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/fd.c