]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: thread: rename __decl_hathreads() to __decl_thread()
authorWilly Tarreau <w@1wt.eu>
Fri, 5 Jun 2020 06:40:51 +0000 (08:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commitaf613e8359496e5f8217a9f0634738c12d21a953
tree4f98086ecc231bf1e9d0476a366b7cb2c20d9391
parent3f567e4949badb4d13e66f5688fc00fc10ab0a0a
CLEANUP: thread: rename __decl_hathreads() to __decl_thread()

I can never figure whether it takes an "s" or not, and in the end it's
better if it matches the file's naming, so let's call it "__decl_thread".
34 files changed:
include/common/buffer.h
include/common/memory.h
include/haproxy/thread-t.h
include/proto/connection.h
include/proto/fd.h
include/proto/protocol.h
include/proto/server.h
include/proto/signal.h
include/proto/ssl_sock.h
include/proto/task.h
include/types/backend.h
include/types/dict.h
include/types/dns.h
include/types/listener.h
include/types/log.h
include/types/pattern.h
include/types/peers.h
include/types/proxy.h
include/types/ring.h
include/types/server.h
include/types/sink.h
include/types/spoe.h
include/types/ssl_sock.h
include/types/stick_table.h
include/types/task.h
include/types/vars.h
src/auth.c
src/fd.c
src/haproxy.c
src/listener.c
src/memory.c
src/server.c
src/ssl_sock.c
src/task.c