]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: tree-wide: add several missing activity.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 17:54:09 +0000 (19:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
commit5d9ddc544237c5e8df73d51b5499c967d22e459d
tree0bd3808d29dcafaf9621ff1392406b0c8d70d60e
parent410e2590e9b09d312847873e4ae63e17e3aba0a3
BUILD: tree-wide: add several missing activity.h

A number of files currently access activity counters but rely on their
definitions to be inherited from other files (task.c, backend.c hlua.c,
sock.c, pool.c, stats.c, fd.c).
src/backend.c
src/fd.c
src/listener.c
src/pool.c
src/sock.c
src/stats.c
src/task.c