]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move common/memory.h to haproxy/pool.h
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2020 07:38:52 +0000 (09:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commitd0ef43969922f19a401e1d0406eb882b037ffb94
tree66469e89eb21e9aee7f70d8063f4a18afa7a0c79
parented891fda52edd23330dac528623484140c71533c
REORG: include: move common/memory.h to haproxy/pool.h

Now the file is ready to be stored into its final destination. A few
minor reorderings were performed to keep the file properly organized,
making the various sections more visible (cache & lockless).

In addition and to stay consistent, memory.c was renamed to pool.c.
34 files changed:
Makefile
contrib/prometheus-exporter/service-prometheus.c
include/common/buffer.h
include/common/chunk.h
include/common/hpack-tbl.h
include/haproxy/pool.h [moved from include/common/memory.h with 87% similarity]
include/proto/applet.h
include/proto/connection.h
include/proto/log.h
include/proto/obj_type.h
include/proto/queue.h
include/proto/session.h
include/proto/stream.h
include/proto/task.h
src/action.c
src/buffer.c
src/cfgparse.c
src/compression.c
src/flt_spoe.c
src/haproxy.c
src/http_acl.c
src/http_act.c
src/http_conv.c
src/http_fetch.c
src/http_rules.c
src/pipe.c
src/pool.c [moved from src/memory.c with 99% similarity]
src/proxy.c
src/queue.c
src/session.c
src/stats.c
src/stick_table.c
src/stream.c
src/task.c