From 17536e40053bc602bc22352f53a7720bae0bb65f Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 24 Nov 2017 18:50:13 +0100 Subject: [PATCH] DOC: add Christopher and Emeric as maintainers of the threads We'll need to be extremely careful at the beginning regarding changes. --- MAINTAINERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 35c1043b95..3a9e435a16 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -69,3 +69,16 @@ Files: src/cache.c, include/*/cache.h Master-worker Maintainer: William Lallemand Note: Please CC William when touching src/haproxy.c and contrib/systemd + +SPOE +Maintainer: Christopher Faulet +Files: src/flt_spoe.c, include/*/spoe.h, contrib/spoa_example, doc/SPOE.txt + +Multi-threading +Maintainer: Christopher Faulet +Maintainer: Emeric Brun +Files: src/hathreads.c, include/*/hathreads.h +Note: every change around the locking or synchronization point will require + approval from one of these maintainers. Problems which only appear when + nbthread is greater than 1 and which disappear otherwise are also + relevant.