]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mworker: rename mworker_pipe to mworker_sockpair
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 5 Jul 2022 07:04:03 +0000 (09:04 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 5 Jul 2022 07:06:04 +0000 (09:06 +0200)
commit2ee490f613a1f31f00069233b1dfcdfed0e71eaf
tree76ebdbad272f8af7c75f18bc70dfb3956e308a4d
parent36d9097cf3cc7ecace0b650db66055c606cd67e0
CLEANUP: mworker: rename mworker_pipe to mworker_sockpair

The function mworker_pipe_register_per_thread() is called this way
because the master first used pipes instead of socketpairs.

Rename mworker_pipe_register_per_thread() to
mworker_sockpair_register_per_thread() in order to be more consistent.

Also update a comment inside the function.
src/mworker.c