CLEANUP: threads: rename process_mask to thread_mask
authorWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 15:06:06 +0000 (16:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 15:06:06 +0000 (16:06 +0100)
commitf65610a83dbddb7a7a42fa95c6ae7dd95f718d7d
tree1e440196caa910d92bac4bb59a1fa7f6ab4e6bff
parent5f4a47b70125c1f5ca0e6e6a72774a94ddbc0b37
CLEANUP: threads: rename process_mask to thread_mask

It was a leftover from the last cleaning session; this mask applies
to threads and calling it process_mask is a bit confusing. It's the
same in fd, task and applets.
13 files changed:
include/proto/applet.h
include/proto/fd.h
include/proto/task.h
include/types/applet.h
include/types/fd.h
include/types/task.h
src/applet.c
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/fd.c
src/task.c