]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applets: no need to check for runqueue's emptiness in appctx_res_wakeup()
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 11:01:11 +0000 (12:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 11:01:11 +0000 (12:01 +0100)
commit62a124977bd900abb6cd7e07f0cccbd982d3225c
tree0eec31f5e91dde34bca35595f0014630010ce05f
parent6dbd3e963bc4f7c3fae545b623989afe5d68c198
MINOR: applets: no need to check for runqueue's emptiness in appctx_res_wakeup()

The __appctx_wakeup() function already does it. It matters with threads
enabled because it simplifies the code in appctx_res_wakeup() to get rid
of this test.
include/proto/applet.h