]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: server: remove the update list and the update lock
authorWilly Tarreau <w@1wt.eu>
Thu, 2 Aug 2018 13:56:36 +0000 (15:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Aug 2018 07:57:45 +0000 (09:57 +0200)
commit91c2826e1d812156caf51482bb8436af0345897b
tree3446952cad6521aba0953529ff726be1136bc30d
parent3ff577e165486de87d1c0923e84f72cc7ad790c0
CLEANUP: server: remove the update list and the update lock

These ones are not more used, let's get rid of them.
include/common/hathreads.h
include/proto/server.h
include/types/server.h
src/server.c