]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: trace: implement a very basic trace() function
authorWilly Tarreau <w@1wt.eu>
Mon, 12 Aug 2019 13:51:58 +0000 (15:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Aug 2019 18:21:00 +0000 (20:21 +0200)
commit4c2ae483759b9692de8bd593523d412fd1310e27
tree23e5e94a097afbab63536b499a0a2962cce86249
parent85b157570bd43fc5e92214a9da3d2b876686be33
MINOR: trace: implement a very basic trace() function

For now it remains quite basic. It performs a few state checks, calls
the source's sink if defined, and performs the transitions between
RUNNING, STOPPED and WAITING when the configured events match.
include/proto/trace.h
src/trace.c