]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: task: turn the WQ lock to an RW_LOCK
authorWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 16:48:07 +0000 (18:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 17:15:44 +0000 (19:15 +0200)
commitef28dc11e3063dc611c4c60b5d9e9c9d964259c0
tree6cf6793aa387120469f1797224eaa307ff6ce412
parent186e96ece0fb5a657f18e3857f1b69fcff8ba6c3
MINOR: task: turn the WQ lock to an RW_LOCK

For now it's exclusively used as a write lock though, thus it remains
100% equivalent to the spinlock it replaces.
include/proto/task.h
src/task.c