]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] indicate a reason for a task wakeup
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Aug 2008 16:19:04 +0000 (18:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2008 09:19:08 +0000 (10:19 +0100)
commitfdccded0e8d95807835e96f6b7249f26179bac3b
tree9b614f06645b3472cb7a65c802c8e23d8099d64e
parent75cf17ee30006c08589b46e69966c9e1d9ab4975
[MEDIUM] indicate a reason for a task wakeup

It's very frequent to require some information about the
reason why a task is running. Some flags have been added
so that a task now knows if it got woken up due to I/O
completion, timeout, etc...
include/proto/task.h
include/types/task.h
src/checks.c
src/client.c
src/proto_uxst.c
src/queue.c
src/stream_sock.c
src/task.c