]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: rename the wait_event.task field to .tasklet
authorWilly Tarreau <w@1wt.eu>
Fri, 14 Jun 2019 12:42:29 +0000 (14:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Jun 2019 12:42:29 +0000 (14:42 +0200)
commit3c39a7d8891e5e2db3b7803302d6552ccefab280
treee094fc39ab255e452c54672363e02c9614e6ce62
parent95c2c01ceded9432c0892f93beb8974797e36576
CLEANUP: connection: rename the wait_event.task field to .tasklet

It's really confusing to call it a task because it's a tasklet and used
in places where tasks and tasklets are used together. Let's rename it
to tasklet to remove this confusion.
13 files changed:
include/proto/connection.h
include/proto/stream_interface.h
include/types/connection.h
src/checks.c
src/connection.c
src/haproxy.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/ssl_sock.c
src/stream.c
src/stream_interface.c
src/xprt_handshake.c