diff --git a/MAINTAINERS b/MAINTAINERS index 35c1043b9..3a9e435a1 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.