MINOR: threads: remove the previous synchronization point
authorWilly Tarreau <w@1wt.eu>
Thu, 2 Aug 2018 09:01:05 +0000 (11:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Aug 2018 07:57:45 +0000 (09:57 +0200)
commit647c70b681e23bbff8fcff24621645f68ca1513f
tree7ae0949955caa4363cf070c9b6d2b492f295c219
parent85c459d7e82249bf99125e081cd8232c881e41f5
MINOR: threads: remove the previous synchronization point

It's not needed anymore as it is fully covered by the new rendez-vous
point. This also removes the pipe and its polling.
include/common/hathreads.h
src/cli.c
src/haproxy.c
src/hathreads.c