]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: task: add an application specific flag to the state: TASK_F_USR1
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Mar 2021 15:26:05 +0000 (16:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Mar 2021 07:30:08 +0000 (08:30 +0100)
commit6fa8bcdc785c29cd3a29c14d2038f38b5547eff0
tree7d0336b37265d61c1d4bf8393bc0dc099f966494
parent144f84a09d48e758396ba17f1ddef41b63f30a72
MINOR: task: add an application specific flag to the state: TASK_F_USR1

This flag will be usable by any application. It will be preserved across
wakeups so the application can use it to do various stuff. Some I/O
handlers will soon benefit from this.
include/haproxy/task-t.h
src/task.c