]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] move the initial task's nice value to the listener
authorWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 17:12:36 +0000 (19:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 17:36:56 +0000 (19:36 +0200)
commit2c9f5b130fd1c41251c480570da277dec72813e6
tree78752a7bad589f36fdd850f69827c81e1fe1a0f7
parent5ca791da8d292fb377b6c0eed70f8c2b100a1ddc
[MINOR] move the initial task's nice value to the listener

Since the listener is the one indicating what analyser and session
handlers to call, it makes sense that it also sets the task's nice
value. This also helps getting rid of the last trace of the stats
in the proto_uxst file.
include/types/protocols.h
src/client.c
src/dumpstats.c
src/proto_uxst.c