]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: watchdog: document the sequence of the watchdog and panic
authorWilly Tarreau <w@1wt.eu>
Thu, 13 Feb 2025 15:40:17 +0000 (16:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Feb 2025 15:45:07 +0000 (16:45 +0100)
commita4d65c9cc8f95ed4537d93c7da2e7ec5eebdbc46
treeb0d0f92d59f4667df30c0e3438983ebe13727542
parent0c0b38d64c21ff852897880e46cd7f37674ccb36
DOC: watchdog: document the sequence of the watchdog and panic

Each time we go into the watchdog and panic code, it's super hard to
figure who calls what since signals are involved to bounce between
threads. Let's document the main principles and sequences to ease the
journey next time.
doc/internals/watchdog.txt [new file with mode: 0644]