]> git.kaiwu.me - haproxy.git/commit
REORG: include: move freq_ctr to haproxy/
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2020 10:18:08 +0000 (12:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commit6634794992ee62411c3241cfc3a00ee6f6ed6aff
tree4905ac30189bf295768bf20b1583351c55a563d0
parent889faf467b2c2b58f84effa13b1b2b4988184c03
REORG: include: move freq_ctr to haproxy/

types/freq_ctr.h was moved to haproxy/freq_ctr-t.h and proto/freq_ctr.h
was moved to haproxy/freq_ctr.h. Files were updated accordingly, no other
change was applied.
25 files changed:
include/haproxy/freq_ctr-t.h [moved from include/types/freq_ctr.h with 90% similarity]
include/haproxy/freq_ctr.h [moved from include/proto/freq_ctr.h with 98% similarity]
include/proto/activity.h
include/proto/proxy.h
include/proto/server.h
include/proto/stream.h
include/types/activity.h
include/types/applet.h
include/types/global.h
include/types/proxy.h
include/types/server.h
include/types/spoe.h
include/types/stick_table.h
src/activity.c
src/cli.c
src/compression.c
src/flt_spoe.c
src/freq_ctr.c
src/listener.c
src/proto_sockpair.c
src/raw_sock.c
src/ssl_sock.c
src/stats.c
src/stream.c
src/task.c