]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: threads/stream: Make streams list thread safe
authorEmeric Brun <ebrun@haproxy.com>
Fri, 30 Jun 2017 14:23:45 +0000 (16:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 12:58:32 +0000 (13:58 +0100)
commit6b35e9bfbf0f37c8a584c7aabb475afb81b7008c
tree2687d76200596c189dae30339edd794dd1561a7c
parenta1dd243adb0b9ebf78263a5f2ec5729e903abe32
MEDIUM: threads/stream: Make streams list thread safe

Adds a global lock to protect the full streams list used to dump
sessions on stats socket.
include/common/hathreads.h
src/stream.c