]> git.kaiwu.me - haproxy.git/commit
REORG: include: move activity to haproxy/
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2020 08:29:48 +0000 (10:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commita04ded58dc4c0252c569329a177a33c39570cc85
tree26513e3c93a8aa34451cb2d802c2324a2a52270a
parentc13ed53b1272ee3c6a9866bdd1c8fffba8838b30
REORG: include: move activity to haproxy/

This moves types/activity.h to haproxy/activity-t.h and
proto/activity.h to haproxy/activity.h.

The macros defining the bit field values for the profiling variable
were moved to the type file to be more future-proof.
14 files changed:
include/common/buffer.h
include/haproxy/activity-t.h [moved from include/types/activity.h with 85% similarity]
include/haproxy/activity.h [moved from include/proto/activity.h with 84% similarity]
include/proto/fd.h
src/activity.c
src/cli.c
src/ev_epoll.c
src/ev_evports.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/haproxy.c
src/pool.c
src/stream.c