]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: add Christopher and Emeric as maintainers of the threads
authorWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 17:50:13 +0000 (18:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 17:52:23 +0000 (18:52 +0100)
We'll need to be extremely careful at the beginning regarding changes.

MAINTAINERS

index 35c1043b95165e4ae3b8d8852bad655fd4d40869..3a9e435a16dedf3cfd9a8f9b3781c1ff569deb98 100644 (file)
@@ -69,3 +69,16 @@ Files: src/cache.c, include/*/cache.h
 Master-worker
 Maintainer: William Lallemand <wlallemand@haproxy.com>
 Note: Please CC William when touching src/haproxy.c and contrib/systemd
+
+SPOE
+Maintainer: Christopher Faulet <cfaulet@haproxy.com>
+Files: src/flt_spoe.c, include/*/spoe.h, contrib/spoa_example, doc/SPOE.txt
+
+Multi-threading
+Maintainer: Christopher Faulet <cfaulet@haproxy.com>
+Maintainer: Emeric Brun <ebrun@haproxy.com>
+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.